SearchTextField
SearchTextField copied to clipboard
inlineMode suggestion doesn't appear unless SearchTextField placeholder has value
I ran into the issue where unless placeholder is set to at least " " the suggestions will not show up. This is not how I would expect the library to function.
Steps to reproduce
- Create a new SearchTextField and set inlineMode = true and the filterStrings
- Run the app and type in a search, notice no results show up
- Run the app again setting the first steps placeholder to have some arbitrary value
- Notice results now show