Currently we have an NumberInlineInputWithSlider which is both a mouthful and very specific.
Due to some added feature requirements I decided to generalise this component a bit so that we have a component which is used for the follow:
Label with an InlineInput
Optional Unit after the inputfield
This unit can also be a dropdown such that multiple units can be combined into a single component
Slider can now be toggled visible/invisible
TODO:
[x] Add title (hover element for label)
[x] Explicit string map of -Infinity and Infinity values to the infinity symbols
Currently we have an
NumberInlineInputWithSlider
which is both a mouthful and very specific. Due to some added feature requirements I decided to generalise this component a bit so that we have a component which is used for the follow:InlineInput
TODO:
Add title (hover element for label)Explicit string map of -Infinity and Infinity values to the infinity symbols