Topic: auto complete filter by 'contains' and not by 'start with'
Yael Shrem premium asked 5 years ago
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
Opened
Specification of the issue
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.2.0
- Device: browther
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No
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?