Skip to content

Releases: Juravenator/paper-dropdown-input

v2.0.1

27 Feb 14:32
Compare
Choose a tag to compare

this fixes a small issue with labels

v2.0.0

23 Feb 15:06
Compare
Choose a tag to compare

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

03 Feb 14:03
Compare
Choose a tag to compare

fixes a bug when items is undefined (can happen in race conditions)

v1.0.8

27 Jan 13:24
Compare
Choose a tag to compare

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

11 Jan 17:56
Compare
Choose a tag to compare

fixes an error in the filter function

v1.0.6

08 Dec 18:17
Compare
Choose a tag to compare
🎨 clear button is grayed out when disabled

v1.0.5

08 Dec 17:51
Compare
Choose a tag to compare
🛠 disabled means disabled

v1.0.4

05 Oct 12:27
Compare
Choose a tag to compare
added support for styling some colors

v1.0.3

19 Sep 10:44
Compare
Choose a tag to compare

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

16 Sep 08:58
Compare
Choose a tag to compare
selectedIndex did not notify changes