callstackincubator / bs-react-native-paper

React Native Paper bindings for BS
MIT License
43 stars 11 forks source link

feat:add TextInput props to Searchbar #81

Closed hlynurstef closed 5 years ago

hlynurstef commented 5 years ago

Motivation

The Searchbar component should allow the same props as the TextField component as seen in the react-native-paper repo.

Now it's possible to for example use the "onSubmitEditing" when the softkey submit/search is pressed as noted in this react-native-paper issue: "Having onKeyPress on Searchbar and TextInput Components".

Test plan

Use the Searchbar component with the new props.

DCKT commented 5 years ago

Hi @hlynurstef thanks for your PR ! I will take a look ASAP 😄