Cannot edit or move cursor inside input #237
Unanswered
HrideyReact
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late response on this, but there's not much that can be done about it. Once a value is selected, it is no longer actively in the input. It is just there so you can see the selected value. If you start typing again, it will start searching for a new option. This is how The only thing I could recommend is making your select large enough so you can see an entire selected option. And in the case of a creatable select, make it larger than you'd expect most entered to be. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In the current behaviour, I cannot edit the text or move the cursor to see the whole text, the cursor is stuck on the start of the selected value, any clue how we can overcome this behaviour?
chakra-react-select Version
4.3.0
Link to Reproduction
https://codesandbox.io/s/chakra-react-select-border-colors-forked-iort31?file=/data/data.js
TypeScript?
Steps to reproduce
You can reproduce this on any component.
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions