Releases: dipson88/treeselectjs
Releases · dipson88/treeselectjs
v0.5.3
-Add class is-single-select to the input.
-Add overflow to the placeholder.
v0.5.2
- Add text align for labels and checkbox icons.
v0.5.1
- Fix disabled prop resetting.
- Fix direction prop wrong validation.
v0.5.0
- Direction prop was added.
- openCallback was added.
- closeCallback was added.
v0.4.3
- Fix focus/blur behavior for visibility/display style changes.
v0.4.2
- Add isGroupedValue prop.
- Add disabledBranchNode prop.
- Add title to the selected value in isSingleSelect mode.
- Add styles for selected value inside the list.
- Fix tab navigation bug. (You couldn't unfocus element).
v0.4.1
- Fix keyboard focus issues.
- Add prevent enter key for correct forms work.
v0.4.0
- Add isSingleSelect prop.
- Add showCount prop.
- Rename main files form treeslecet-js to treeselectjs.
v0.3.6
- Unsearchable mode input fix.
v0.3.5
- Remove invisible input line for unsearchable mode.