Opened 10 years ago
Closed 10 years ago
#8111 closed enhancement (wontfix)
For range min and max, return the min or max (using ui.values) with the slider value in event handlers
Reported by: | LaurentGoderre | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To allow generic handler to be applied to sliders it would be nice if range min and max sliders could include the min and max in the value (using ui.values). This would allow the handler to be completely independent and those value would not need to be retrieve somewhere else.
Note: See
TracTickets for help on using
tickets.
Ask the widget what the min and max are.