-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show a "cursor" in the editor while popover is open #34
Comments
6 tasks
6 tasks
4 tasks
4 tasks
Hello I would like to work on this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your enhancement related to a problem? Please describe.
When the popover is open, the text cursor jumps into the filter input. There's a little arrow pointing to the insertion point but it's not really visually super-precise to let you know where exactly you're inserting.
Describe the solution you'd like
I would like to see a faux-cursor. I think it's a matter of inserting a temporary span and styling it up appropriately. It's actually probably best if it doesn't blink.
Designs
None at the moment
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: