v3.3.1
New Features:
- from now you can supply your own components instead of default one and rely on custom
renderer
, (#54) - make styling easier (#55)
- create row is now outside dropdown items, ie. always visible. Useful when using
creatable
withfetch
option
Fixes:
- correct
PageUp
,PageDown
behaviour, (#53) - fix keyboard navigation in virtual list
- add
creatablePrefix
to custom-element - close button on selected items is now
<button>
instead of<a>