How to fix custom component keyboard cursor behavior #5898
Replies: 1 comment
-
Lets keep this in the issue you created #5903 |
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
-
I tried to implement a custom extension to achieve behavior similar to an inline input box with a placeholder.
However, when I tried to switch left and right through the keyboard, I couldn't get the cursor to enter the custom extension,custom components will be selected for all ,At the same time, I also found that rows with custom extensions had abnormal behavior to switch up and down.
here is a demo: https://codesandbox.io/p/sandbox/hrjg4g
How can I fix it ? Or is there another implementation?
Beta Was this translation helpful? Give feedback.
All reactions