Topic: How to reset the mdb angular range slider ?
Konrad Stępień staff answered 4 years 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}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.10.1
- Device: desktop
- Browser: chorme
- OS: windows
- Provided sample code: No
- Provided link: No