Topic: MDB-Select filterEnabled = true Not working in 5.2.3
                  
                  itdev
                  pro
                  asked 7 years ago
                
Start your code here<mdb-select [(ngModel)]='someFieldId' (selected)='someFieldIdSelected($event)' [filterEnabled]="true" [options]="options" name="stuff" placeholder="Choose something"> </mdb-select> When opening the mdb-select in browser, typing on the keyboard does not filter the options in the list.
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Closed
Specification of the issue
              - ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
                  
Damian Gemza staff commented 7 years ago
Dear itdev, For me, everything is working fine. When I type something from a keyboard, my select filter options. From basic example, if i type only "3", select shows only "Option 3". Without filterEnabled=true there's no such behavior. I think, there's problem on your code. Best Regards, Damian