Releases: NeoFusion/hierarchy-select
Releases · NeoFusion/hierarchy-select
Release v2.3.0
Release v2.2.0
New options
(#7):
resetSearchOnSelection
- reset the search state after a selection was made.
Release v2.1.0
New options
(#6):
onChange
- this is a callback that is called when a selection is made, which includes the value selected.initialValueSet
- this boolean configures the dropdown to use the existing value in the hidden field when it initialises, rather than overwriting it with the default item.
Release v2.0.1
- Add condition to prevent re-execution on same click
- Fix incorrect processing of setTimeout delay in Firefox
Release v1.0.3
- Add condition to prevent re-execution on same click (#2)
- Fix incorrect processing of setTimeout delay in Firefox
Release v2.0.0
Migrate plugin to Bootstrap 4
Release v1.0.2
Fix select element and click away issue
Release v1.0.1
Package published to npm
Release v0.0.2
- Add
data-default-selected
attribute - Replace phantomjs by chrome
Release v0.0.1
First public release