react-places-autocomplete
react-places-autocomplete copied to clipboard
Can I use virtual keyboard for input?
Do you want to request a feature or report a bug? Yes
What is the current behavior? If I type using laptop's keyboard will receive the suggestions but if I use virtual keyboard I manage to change the value of input but it never returns suggestions
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
You can easily create a separate input wich will point to the same handler when change the value but before that make sure you catch the element.target.value in the same variable name as it is received from autocomplete component
What is the expected behavior? To update the autocomplete component with values from external input and receive suggestions
Which versions of ReactPlacesAutocomplete, and which browser / OS are affected by this issue?
Tested with "react-places-autocomplete": "^7.2.1", on Chrome Version 75.0.3770.100 (Official Build) (64-bit)