Open hlf2016 opened 1 month ago
Hey @hlf2016
The Textarea
bug seems to be a React-Native bug with the multiline
prop. (see: https://github.com/facebook/react-native/issues/46850)
For the TextInput, you can remove the native:leading-[1.25]
class name.
Describe the bug When there is a Input on the Dialog ,the words in the input will over flow the container
While there is a Textarea on the Dialog ,the words are gonna be flashing like crazy inside the container [
https://github.com/user-attachments/assets/74c170d7-9dc4-4bf0-af2a-a7509258a4d4
](url)
To Reproduce Input
Textarea
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context Add any other context about the problem here.