Who Does It Benefit Marketers and Developers (because helping marketers is the developer's job 🙂) Value To Be Gained Reduce the clutter around number slider fields, especially when utilizing `display_width: "half_width"` to show 2 on the same row. Description I feel like we should have the ability to hide the number input on a number field whose display is set to slider. i.e. being able to hide the number input portion through `hidden_subfield` would be good. As it is now, you can "hide" the slider portion by simply not setting the display to "slider", but you can't hide the number input portion, which can make things look rather clunky when showing both, especially when you combine 2 number slider fields with `display_width: "half_width"`. Current implementation Proposed solution Obviously one of the downsides would then be that you can't see the exact current value, but I would argue that probably isn't important most of the time in these situations, but it could also be remedied with a little tooltip indicator above the selected point on hover / slide such as in the following:
...read more