Skip to content

Releases: sergiodlopes/jquery-flexdatalist

v1.9.4

20 Mar 21:41
Compare
Choose a tag to compare
  • Default value search fix

v1.9.3

01 Mar 10:33
Compare
Choose a tag to compare
  • Minor fixes
  • Change event was being triggered multiple times

v1.9.2

16 Feb 15:36
Compare
Choose a tag to compare
  • Minor fix in searchByWord

v1.9.1

13 Feb 15:34
Compare
Choose a tag to compare
  • fixed problem using attr() instead of prop()
  • (re)focus input field on result selection (multiple fields)

v1.9.0

13 Feb 01:01
Compare
Choose a tag to compare
  • Added searchByWord option
  • Minor fixes
  • requestMethod is now get by default
  • Minor fixes and improvements in CSS (multiple values design)

Incompatibility with previous versions

If you're using url option to search/obtain data from remote server, please take notice before using this version that option requestMethod is now set to get by default, meaning that requests to the URL option will be sent via HTTP GET.

v1.8.7

21 Jan 12:45
Compare
Choose a tag to compare

Added new option:

'limitOfValues'

v1.8.6

15 Jan 21:31
Compare
Choose a tag to compare

Added two new options:

  • 'requestType'
  • 'allowDuplicateValues'