Topic: mdb-multi-range-input
BeeDee free asked 4 years ago
Hi there,
Is there a way to remove the floating bubble which displays the current value on the mdb-multi-range-input control.
Thanks for any assistance,
Ben
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: Other
- MDB Version: -
- Device: PC
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 4 years ago
Hi. At this moment there is no such option.
BeeDee free commented 4 years ago
Is there any possible CSS to hide the floating bubble?
Grzegorz Bujański staff commented 4 years ago
You can add
display: none
tothumb
class.BeeDee free commented 4 years ago
Thanks - can you advise where i can find this class? I have tried changing it in the styles decorator in mdb-multi-range.component.js but to no effect.
Marta Wierzbicka staff commented 4 years ago
This class in in the pro/_range.scss file.