v1.0.43
Added
- #320 - A new option called
disableChangeEvent
was added to the methodreset()
to control if it will trigger the change event. (PR #322 by @gnbm)
Fixed
- #318 - Fixed an issue when using a dropdown with the search feature on, where the search feature became unresponsive after setting an empty options list. (PR #321 by @gnbm)
- #319 - Fixed an issue when using a dropdown with a custom
onServerSearch
function, where when a user searched for a specific term, the scroll-down got broken and all options disappeared. (PR #319 by @gnbm) - #320 - Fixed an issue on the
reset()
method that triggered the change event and caused an infinite loop when used for instance inside the change event listener. (PR #322 by @gnbm) - Improved the method
setOptionsPosition()
by adding aparseInt()
to help fix the issue with translate3D that in Chromium-based browsers under specific window sizes/resolutions, the dropdowns can have their content blurry.
To have this fixed it requires a fix in popper and popover plugins that are used as dependencies. (PR #324 by @gnbm)