-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter placeholder and numeric sorting #774
Comments
Not currently, but this should be a relatively easy patch if you want to submit a PR:
Once connected to
You can provide a custom |
If it is possible to change the textproperties for next and previous than it should also be possible to change other values like the placeholder. Let me try to find a workaround with the use of textSelector |
I made a pr for the first issue 😸 |
I'm curious and I will check it out |
Griddle version
1.9.0
Hi, is there an option to change the filter placeholdertext to something like search without writing a custom filter component? I think it is much overdone to add a custom component only to change the placeholder text.
Second thing is the way of sorting. For example if i have numbers it sorts like:
1
10
100
1000
2
3
instead of
1
2
3
10
...
How can I solve this?
The text was updated successfully, but these errors were encountered: