Skip to content

Releases: Juravenator/paper-dropdown-input

v2.5.2

21 Sep 18:39
Compare
Choose a tag to compare

less restrictive bower dependencies

v2.5.1

21 Aug 17:39
Compare
Choose a tag to compare

This release contains a fix for firefox addressed in #10

v2.5.0

23 Jul 14:54
Compare
Choose a tag to compare

This update features:

  • Polymer 2 compatibility.
    This element should now be compatible with Polymer 1.9 and 2.x
  • #4 fixed (again)

v2.4.1

05 May 19:19
Compare
Choose a tag to compare

Fixes a bug when the element is re-attached

v2.4.0

27 Apr 09:29
Compare
Choose a tag to compare

This release adds support for the no-search option and uses the name property from iron-form-element-behavior to make it work in forms (#5)

v2.3.0

26 Apr 20:22
Compare
Choose a tag to compare

This release fixes issue #4

v2.2.1

20 Apr 14:41
Compare
Choose a tag to compare

support added for setting the value back to null

v2.2.0

20 Apr 13:01
Compare
Choose a tag to compare
  • better fix for non-updating selectedItemLabel & value
  • added support for filterProperty

v2.1.1

27 Mar 10:13
Compare
Choose a tag to compare
🛠 fixed bug in getItemLabel when the item is null and items have no l…

v2.1.0

07 Mar 10:06
Compare
Choose a tag to compare

This release adds:

  • the maxSize property, to prevent the page from slowing down when the list of items becomes big
  • the freedom property, to allow the user to use the current search query as the value if there are no filter results
  • better compatibility for older browsers (guess which one)