Skip to content
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

Change the cursor to pointer when hovering interactive form elements #1149

Open
volodymyr-melnykc opened this issue Apr 12, 2024 · 0 comments
Labels
spring cleaning Could be cleaned up one day ux

Comments

@volodymyr-melnykc
Copy link

What should we do?

When hovering over interactive form elements, change the cursor to a pointer.
This change will improve the user experience by making the interface more intuitive.

Why should we do it?

In the form editor, when the user hovers over interactive elements (like buttons, select options, dropdowns), the cursor remains the default style instead of changing to a pointer. This behavior can lead to a confusing user experience, as the pointer cursor is a well-established visual cue in user interfaces that signals an element is clickable.

See the video below:

Screen.Recording.2024-04-12.at.10.59.13.mov

Changing the cursor to a pointer on hover would improve the usability of the form editor as it'll clearly indicate which elements are interactive.

@volodymyr-melnykc volodymyr-melnykc added spring cleaning Could be cleaned up one day ux labels Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spring cleaning Could be cleaned up one day ux
Development

No branches or pull requests

1 participant