Topic: mdb-autocomplete
gobrien@bluelineinnovations.com pro asked 7 years ago
gobrien@bluelineinnovations.com pro answered 7 years ago
gobrien@bluelineinnovations.com pro commented 7 years ago
I added the following to autocomplete.js: // The following will close the autocomplete list when the input loses focus. This will allow // the user to enter a value that is not in the list $('.mdb-autocomplete').on('focusout', function() { $autocomplete.empty(); }); This will allow a user to enter data that partially matches items in the autocomplete list and the list will disappear when the autocomplete input loses focus. Perhaps you will want to add this to a future revision.Edyta Dabrowska answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No