-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(range): add bubble for value - FRONT-4436 #3420
Conversation
But why do also show the old counter..? Questionable per se the need for this new display, guess that we are copy pasting design ideas from material, basically, but like this it really feels is redundant, no..? |
That's not really redondant: the bubble is only displayed when the range is hover or focus, while the "static" value display is always there |
if you say so..that is the definition of a duplication, i'd say, the info is already present and then we show it a second time, Anyway, fine, surely not the biggest concern i have regarding all that we are doing. |
Note: mouse hover is handled with javascript, to avoid an issue where the bubble is also displayed when hovering the form label