byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
819 stars 255 forks source link

How to get rid of the border of autoComplete? #170

Closed changyu2hao closed 3 years ago

changyu2hao commented 4 years ago

I'm trying to get rid of the border. I set borderwidth:0, at the autocompleteContainer, but it doesn't work

v-honcharenko commented 4 years ago

@changyu2hao You need to use inputContainerStyle prop:

  inputContainerStyle={{ borderWidth: 0 }}
the-smart-home-maker commented 4 years ago

@HackedBeat has the answer that solves the issue. Guess one could close the issue...

stale[bot] commented 3 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.