Way to only allow numeric in search dropdown for filament select element?
Hello!
I have this select for Zipcode that populates after the user types inside the
To enhance my accessibility for a screen reader, I want to disable non-numbers, so that we don't run into as many issues. Is there a way to do this? I'd love any tips on how to modify/validate the search field on a select.
Here's my code:
I have this select for Zipcode that populates after the user types inside the
searchable() search options dropdown. To enhance my accessibility for a screen reader, I want to disable non-numbers, so that we don't run into as many issues. Is there a way to do this? I'd love any tips on how to modify/validate the search field on a select.
Here's my code:

