if i have use 2 input pins then it directly focused on second pin input not on first
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS:
- Device OS:
- Device version:
- Library version:
Additional context Add any other context about the problem here.
+1 facing the same
+1 facing the same
autoFocus={true} add this on first input and autoFocus={false} on second input will fix this
I fixed this by passing caretHidden true to the textInputProps, as relying on the focusStick of the component itself is self sufficient
focusStick
textInputProps={{ caretHidden: true, contextMenuHidden: true, }}