react-native-autocomplete-dropdown icon indicating copy to clipboard operation
react-native-autocomplete-dropdown copied to clipboard

The selected text is retained even if the text is changed

Open TheHypnoo opened this issue 8 months ago • 1 comments

Hi, using the example in the repository. The case if there is an element selected as ‘Beta’ and I write another element, but I blur the input and it returns to the ‘Beta’ state. That should be incorrect, as it should stay with the text that was typed.

TheHypnoo avatar May 20 '25 14:05 TheHypnoo