Replies: 1 comment
-
Welp, guess it's a on progress feature as discussed here #470. Didnt find it before coz of the naming changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to retrieve the text value from the SearchSelect input as the user writes it. This is important to me due some data fetching logic. I want to use a filter on my backend GET route to fetch the options that will be displayed as SearchSelectItem's. Without this filtering I'd have a unreasonable number of options. My question, then, is: is there a way to achieve this behavior with the SearchSelect component? Can i retrieve the text inserted by the user while they write it?
Beta Was this translation helpful? Give feedback.
All reactions