react-native-autocomplete-dropdown icon indicating copy to clipboard operation
react-native-autocomplete-dropdown copied to clipboard

What about RTL?

Open AliBahaari opened this issue 1 year ago • 1 comments

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?

AliBahaari avatar Jul 21 '24 14:07 AliBahaari

the same issue with me. Screenshot 2024-08-01 at 10 53 09

datvu1907 avatar Aug 01 '24 03:08 datvu1907

I think if you just pass the textInputProps correctly it falls back to the RN TextInput behaviour which supports RTL languages. @AliBahaari @datvu1907

ArindamRayMukherjee avatar Dec 27 '24 06:12 ArindamRayMukherjee

@ArindamRayMukherjee I would test this. Thanks

AliBahaari avatar Jan 25 '25 09:01 AliBahaari