-
-
Notifications
You must be signed in to change notification settings - Fork 73
Issue 545 - Case-insensitive option for filters #609
Conversation
3eb59a3
to
b15de46
Compare
b15de46
to
7a12196
Compare
7a12196
to
1d46e06
Compare
1d46e06
to
9fe1ffb
Compare
* string is represented in this `filter_query` | ||
* property. | ||
*/ | ||
filter_query: PropTypes.string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved it after filter_action
, because it depends on it
Ha! fontawesome's case icon is only available in pro: |
1732a03
to
5c9fa95
Compare
5c9fa95
to
b09272f
Compare
b09272f
to
2372f39
Compare
className={'dash-filter--case ' + filterCaseClass} | ||
onClick={setColumnCase} | ||
value='Aa' | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to make this an input
type button, because there was no other way to make this thing have cursor: pointer
, it would still be text
from input
below it. Setting z-index
did nothing.
466b6e3
to
8fa2125
Compare
5a22eba
to
901dc63
Compare
3257b22
to
a24028b
Compare
Ready for review. |
Any update on the status of this? The case sensitive filter is somewhat annoying. |
Superseded by #893 |
Closes #545
Implements case-insensitive filtering.
TODO: