lekoala / bootstrap5-autocomplete

Autocomplete for Bootstrap 5 (and 4!)
MIT License
87 stars 16 forks source link

Fix sorting when value is integer #29

Closed OnlineBCM closed 1 year ago

OnlineBCM commented 1 year ago

When an integer value was set via "valueField", the associative array "_items" used the value of "valueField" as key and the array was incorrectly sorted by "valueField" With this pull request it should maintain the correct ordering.

lekoala commented 1 year ago

that would break setHiddenVal

wouldn't it be possible to simply cast to integer to a string?