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

how to select the search list item ?

Open itjayaprakash opened this issue 6 years ago • 2 comments

the selected text value is getting empty in input box. Demo

itjayaprakash avatar Mar 21 '19 10:03 itjayaprakash

I have the same problem

v1rtl avatar Mar 29 '19 17:03 v1rtl

the selected text value is getting empty in input box. Demo

onSelect={value => this.setState({value})}

bugignat avatar Apr 04 '19 19:04 bugignat