Topic: autocomplete data as callback
Autocomplete data should be a callback function not a raw array.
$('#autocomplete').mdb_autocomplete({
data: function(query) { return []; }
});
Please implement this change.
Add comment
Bartłomiej Malanowski staff pro premium answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: N/A
- Browser: N/A
- OS: N/A
- Provided sample code: Yes
- Provided link: No