You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/15 17:40:44 UTC

[GitHub] [superset] ktmud edited a comment on pull request #19159: fix(select): make to consider the case sensitive in case of d3 format selector

ktmud edited a comment on pull request #19159:
URL: https://github.com/apache/superset/pull/19159#issuecomment-1068267066


   Instead of adding yet another config option, how about just passing `filterOption` as a function?
   
   ```suggestion
     filterOption: (search, option) => option.label.includes(search) || option.value.includes(search)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org