byteburgers / react-native-autocomplete-input

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

Making border invisible #218

Closed imsam67 closed 2 years ago

imsam67 commented 2 years ago

I can't seem to get rid of the border around the input box. I tried adjusting style both for the <View> and the AutoCompleteInput by playing with borderWidth and borderColor to no avail.

I'm trying to make the AutoCompleteInput look identical to my other <TextInput>'s in my form. How do I get rid of the border?

Quintis1212 commented 2 years ago

Try inputContainerStyle={{borderWidth: 0}}

stale[bot] commented 2 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 2 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.

snx-mfallon commented 1 year ago

Try applying the style to flatListProps. This solved my issue