Releases: sergiodlopes/jquery-flexdatalist
Releases · sergiodlopes/jquery-flexdatalist
v1.9.4
- Default value search fix
v1.9.3
- Minor fixes
- Change event was being triggered multiple times
v1.9.2
- Minor fix in searchByWord
v1.9.1
- fixed problem using attr() instead of prop()
- (re)focus input field on result selection (multiple fields)
v1.9.0
- Added
searchByWord
option - Minor fixes
requestMethod
is nowget
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
Added new option:
'limitOfValues'
v1.8.6
Added two new options:
- 'requestType'
- 'allowDuplicateValues'