react-native-autocomplete-dropdown
react-native-autocomplete-dropdown copied to clipboard
What about RTL?
Version:
- "react": "18.2.0"
- "expo": "~51.0.21"
- "react-native": "0.74.3"
Issue: The issue is, according to some languages such as Persian, Arabic, etc., I need a RTL version of the component. For example, caret and close icons should be aligned at left and the filled text at right. Does the component support this and I'm wrong?
the same issue with me.
I think if you just pass the textInputProps correctly it falls back to the RN TextInput behaviour which supports RTL languages. @AliBahaari @datvu1907
@ArindamRayMukherjee I would test this. Thanks