How to reset the mdb angular range slider ?


Topic: How to reset the mdb angular range slider ?

sakthicgs asked 9 months ago

How to reset the mdb angular range slider.


Konrad Stępień staff answered 9 months ago

Hi @sakthicgs,

Here you can find the options for MdbMultiRangeInputComponent

The option what do you need is value and sets property like this:

<mdb-multi-range-input id="multi-range" min="0" max="100" [value]="multiValue"></mdb-multi-range-input>

TS

multiValue = {first: 0, second: 100}

Please insert min. 20 characters.
Status

Answered

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: Angular
  • MDB Version: 8.10.1
  • Device: desktop
  • Browser: chorme
  • OS: windows
  • Provided sample code: No
  • Provided link: No