ensemble icon indicating copy to clipboard operation
ensemble copied to clipboard

Range slider

Open amin-nas opened this issue 1 year ago • 0 comments

Add the following props to slider.

        - Slider:
            enableRange: # bool, default is false
            inputType: # enum: number (default), hour, year, date
            tooltip: # bool, default is true

See UX of range slider and tooltips: https://flutter.syncfusion.com/?_gl=1129bhdm_gaMTkyNDUzOTExNC4xNzA5MzEyMzg1_ga_41J4HFMX1J*MTcwOTMxMjM4NC4xLjAuMTcwOTMxMjM4NC4wLjAuMA..#/range-slider/basic-features/date-interval

Items to fix while modifying this widget:

  • validation (https://github.com/EnsembleUI/ensemble/issues/1155)
  • ability to set value in EDL and code

amin-nas avatar Feb 16 '24 16:02 amin-nas