- Issue created by @fgm
In
#1174646: Add new HTML5 FAPI element: range →
we introduced the Range form element, with a minimal set of properties: #min
, #max
and #step
inherited from the Number element.
The problem is visual: when that widget is rendered, it does not display the min, the max and - more importantly - the current value, forcing users to guess what they are settings without visual guidance.
Original use case is in ✨ On the API server configuration, add readable values on the range widget Active .
Create a form with a '#type' => 'range'
element. Observe its rendering. Change the value. What is the value after moving the scale ?
Confirm design, implement.
Up to three new values on range widgets.
None.
None.
TBD.
Active
10.1 ✨
Last updated