Topic: How to Set a Label on an Slider (Range) - MDB Angular
Daniel Alberto Cruz Moreno priority asked 1 year ago
Expected behavior
Actual behavior I'm currently working on implementing the mdb-range component in an Angular project. However, I couldn't find any documentation on how to add a label for its name. Can you help me with this issue?
Resources (screenshots, code snippets etc.)
<div class="input-group mb-2">
<mdb-range id="slider" [min]="0" [max]="100" value="0" (rangeValueChange)="onRangeValueChange($event)"></mdb-range>
</div>
Arkadiusz Idzikowski staff answered 1 year ago
Please try to use [label]
input. It looks like it is not included in the inputs list in the documentation. We will update the component API page.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 4.0.0
- Device: PC
- Browser: All
- OS: linux
- Provided sample code: No
- Provided link: No