You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have got around it atm by using the onChange and looking for a empty value, but would be a little onChange(value){ console.log("InputTypeahead: onChange"); if(value==''){ this.setState({value:'',displayValue:''}); } }
Many Thanks
Calvin streeting
The text was updated successfully, but these errors were encountered:
hi.
First great component.. :)
can i suggest a onClear event be added
i have got around it atm by using the onChange and looking for a empty value, but would be a little
onChange(value){ console.log("InputTypeahead: onChange"); if(value==''){ this.setState({value:'',displayValue:''}); } }
Many Thanks
Calvin streeting
The text was updated successfully, but these errors were encountered: