Releases: Juravenator/paper-dropdown-input
Releases · Juravenator/paper-dropdown-input
v2.0.1
this fixes a small issue with labels
v2.0.0
This is a complete rewrite of the element.
It is now largely based on the paper-dropdown-menu
code.
This element is now a lot better in terms of
- accessability
- dropdown positioning
- styling options
- speed
The custom template implementation remained the same, so no rewrite of any kind should be expected.
v1.0.9
fixes a bug when items
is undefined (can happen in race conditions)
v1.0.8
This solves
- a focus issue when clicking the clear button
- a bug where the input became blank when changing the
items
array
v1.0.7
fixes an error in the filter function
v1.0.6
🎨 clear button is grayed out when disabled
v1.0.5
🛠 disabled means disabled
v1.0.4
added support for styling some colors
v1.0.3
Fixes:
- setting
selectedIndex
to undefined did nothing, now it clears the user input - large values in the dropdown makes the dropdown scrollable, but the background didn't work correctly
v1.0.2
selectedIndex did not notify changes