Releases: Kilix/selectless
Releases · Kilix/selectless
v1.1.0
Minor Changes
- Fix error on hit ENTER when search value leaves no options: 0d0283e
v1.0.0
Minor Changes
- Use deepEqual to test selectedValue
Major Changes
- return null instead of undefined in onChange when you unselect
#2749ad4a7eecef30e1a36da81eecfaec769229ef
v0.5.2
Patches
- Add the props referenceKey
- Update docs for referenceKey: 2c61589
v0.5.0
Minor Changes
- Add possiblity to update options on Select.Sync: fd3b3b1
v0.4.1
Patches
- Close select when disabled is true: 925f750
v0.4.0
Minor Changes
- Add disabled props and cut events and pass the props to components: 15d010e
v0.3.1
Patches
- Fix issue with default not being detected for isSelected with indexOf: 04b15c0
v0.3.0
Minor Changes
- Deletet withOverlay and add props closeOnBlur to Core to handle click event outside of element: 1d64947
v0.2.0
Minor Changes
- Add utils withOverlay to handle click outside of Select for closing the Select.: 9561d52