fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

Any way to also focus on TextInput when Dropdown is focused? #17

Closed marcoshevaristo closed 3 years ago

marcoshevaristo commented 3 years ago

I see that you use the react-native-paper TextInput to render the input field, but the TextInput (outlined) has a feature that changes the border color based on the theme color on focus. Is there any way we can achieve the same behavior with this Dropdown component? I tried forking it to call the TextInput "focus" method manually, but I couldn't build it to test it.

fateh999 commented 3 years ago

Will be adding it by default in next update

fateh999 commented 3 years ago

Actually focussing on it through ref was opening up the keyboard but input border was highlighted with primary theme color, which is not the correct behaviour for a dropdown. So dropping this