Topic: auto complete filter by 'contains' and not by 'start with'
Expected behavior - auto complete looking for items to 'sart with'
Actual behavior auto complete looking for items to 'contains'
Resources (screenshots, code snippets etc.)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.2.0
- Device: browther
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No
Tags
Related topics
Arkadiusz Idzikowski staff commented 5 years ago
startWith
method doesn't affect how items are filtered, it is handled byfilter
function.What is the exact problem with the examples from our documentation?