Topic: MDB Select Placeholder & Filtering Problem
Subrata Paul pro asked 6 years ago
Hi Support,
I've found , after select any value in MDB Select, If I reset the form using ngForm.reset() function. then the placeholder is not showing anymore.
Another problem for me -
MDB select - [filterEnabled]="true" option is allowing only to filter starts with values,
But I want to filter by anywhere it matches.
Ex:
Select options -
[
{ value: 'Option 1', label: 'Option 1' },
{ value: 'Option 2', label: 'Option 2' },
{ value: 'Option 3', label: 'Option 3' }
]
Search Value - 2
Expecting Search Result -
[
{ value: '2', label: 'Option 2' }
]
Regards,
Subrata Paul
Subrata Paul pro answered 6 years ago
Dear Arkadiusz Idzikowski,
How to check installed MDB version?
Actually I want to implement anywhere search in MDB Select,
currently it is allowing starts with search.
Regards,
Subrata Paul
Arkadiusz Idzikowski staff commented 6 years ago
The version number should be in the package.json file. We will take a closer look at the select filter.
Subrata Paul pro commented 6 years ago
My Installed MDB version is - 6.2.4
Damian Gemza staff commented 6 years ago
@Subrata Paul please update your project to the latest version of MDB Angular. This problem was fixed with 6.3.0 version.
Best Regards,
Damian
Arkadiusz Idzikowski staff answered 6 years ago
Hello,
Which version do you use? The problem with placeholder should be fixed in 6.3.0.
Could you provide more details about the problem with select filter?
Regards,
Arek
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: Windows
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No