Topic: Multi Range does not work in Dropdown Menu
norbertbede premium asked 1 year ago
Image is Showing Multi Range Component in Dropdown Menu not working properly.
This was changed because MDB Audit sugestion did by Sebastian. We can return previous workaround or you give us solution.
nubebytes premium answered 4 months ago
Still not working. It doesn't show the thumb element and throws directive error
TypeError: Cannot read properties of undefined (reading 'nativeElement')
Rafał Seifert free commented 4 months ago
Could you edit your post and show us the code how you implement the multi range? We need some insights in order to recreate your problem.
norbertbede premium answered 1 year ago
MDB Multi Range Slider Issues:
Slider is not blocked by its counter part, Slider with second value can be set before Slider with first value and vice versa.
Cannot Update actual values from code -> updating values in ts does not update Slider elements in html. (we have simple inputs for selected Low value an selected max value)
Using Slider in Dropdown does not update [(ngModel)] properly on Init (out of sync)
<mdb-multi-range [startValues]=“[25,75]“ [(ngModel)]="drop_values"></mdb-multi-range>
drop_values after init contains [100,100],but html Sliders elements are rendered properly
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 5.1.0
- Device: OSX
- Browser: Chrom
- OS: OSX
- Provided sample code: No
- Provided link: No