Skip to content
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

Fix error thrown when the searchText value in Autocomplete equals "?". #217

Closed
ntubrian opened this issue Jan 9, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@ntubrian
Copy link

ntubrian commented Jan 9, 2024

Describe the bug

when user only input "?", the internal regex will throw an error, but there's no way to catch error

Suggested Solution

  1. expose searchText control
  2. handle Rexgex error internally
@ntubrian ntubrian added the bug Something isn't working label Jan 9, 2024
@ntubrian ntubrian changed the title Autocomplete searchText value equals "?" will throw error Fix error thrown when the searchText value in Autocomplete equals "?". Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant