-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Description
Category
UI Components
Scope
Quality of Life
Problem
Basically, when I have an input slider and hover over the slider line, my cursor changes to this:
This is unintuitive, if anything, the arrows should point left-right like the slider itself moves. So changing the cursor icon or keeping the default cursor would be appreciated.
NOTE:
This is also true for R Shiny, even though the slider itself looks different!
Solution
Changing the cursor icon to sideways double arrow, or not having any on-hover cursor changes for the slider.
Alternatives (Optional)
No response
Example (Optional)
Impact (Optional)
It would be more intuitive for users of Shiny apps. The current behavior looks like you can resize the slider, instead of being able to click on a specific spot.
Contribution? (Optional)
None