Not sure if this is a bug, below is the situation👇
I have a select component and its search is fuzzy match, Clear inputValue on change is true, I will clear the selection value when I focus on this component:
When I input some text to search option, the related options will correctly highlighted in my dropdown list. But after I chose one option and focused on this component again(clear value should have triggered), the option dropdown still has highlight. At the same time, the state of this component says its inputValue is ""
You’re right! The previous search remains visible when typing or searching for an option, then clicking outside and reopening the select input. This might not be a bug but rather cached memory behavior.
Thanks for your help! @WidleStudioLLP I ran your script but the '.setSearchText is not a function' error occurs. Does it have anything to do with my retool version?
It looks like this is a known bug and the thread linked by @WidleStudioLLP does have a ticket created for our engineering team.
It looks like its status is 'triage' so it should be getting some attention soon. I just tagged this thread onto that ticket as well and will update this with any news I hear from the engineering team!