You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We need to support Hebrew in our app and we ran into a bug with the TextInput component.
I've added a link to a sample project which shows how to reproduce this bug easily.
my component tree is -
-Fragment
--ViewPager
---Page1
---Column
----TextInpit,Text
---Page2
---Column
----TextInpit,Text
---Page3
---Column
----TextInpit,Text
---Page4
---Column
----TextInpit,Text
When I click on the text input to start typing the ViewPager just automatically jumps to the last page(page 4).
I did some research and found it related to setting the TextInput to RTL combined with multiline=false.
You can see that the TextInput on page 2 is set to multiline = true and doesn't cause this problem.
Hey @ezbzprog1, are you able to isolate this to a more specific issue and potentially propose a fix? To investigate it, I would recommend putting a breakpoint in the onScroll of the ViewPager to try to see what's triggering it.
Hi,
We need to support Hebrew in our app and we ran into a bug with the TextInput component.
I've added a link to a sample project which shows how to reproduce this bug easily.
my component tree is -
-Fragment
--ViewPager
---Page1
---Column
----TextInpit,Text
---Page2
---Column
----TextInpit,Text
---Page3
---Column
----TextInpit,Text
---Page4
---Column
----TextInpit,Text
When I click on the text input to start typing the ViewPager just automatically jumps to the last page(page 4).
I did some research and found it related to setting the TextInput to RTL combined with multiline=false.
You can see that the TextInput on page 2 is set to multiline = true and doesn't cause this problem.
Let me know if you need more information on how to reproduce it.
sample project -
https://github.com/ezbzprog1/LithoTest
The text was updated successfully, but these errors were encountered: