Closed fuzzywalrus closed 3 years ago
Currently, there isn't a no-results event to tap into, as the shown:flexdatalist.results does not fire when no results are found.
shown:flexdatalist.results
This change adds a no results that can be tapped into:
Example: $('input.flexdatalist').on('no-result', function(event, set, options)
$('input.flexdatalist').on('no-result', function(event, set, options)
Thank you!
added event 'empty:flexdatalist.results'
Currently, there isn't a no-results event to tap into, as the
shown:flexdatalist.results
does not fire when no results are found.This change adds a no results that can be tapped into:
Example:
$('input.flexdatalist').on('no-result', function(event, set, options)