Reset form does not clear out dropdown search values

Even though I reset the form, the search value the user previously typed in the dropdown is still highlighted and filtering the list

Hello @smorris

You have to reset and clear the form in event handler:
image
image
image

4 Likes

@WidleStudioLLP even after clearing and resetting the form, the search text remains highlighted

image
image
image

Hi @smorris, this is unexpected. Could you share the data source of the Select component? I would love to reproduce this issue on my end.