Skip to content

Releases: predixdesignsystem/px-dropdown

change event on dropdown and cleanup

09 Apr 00:04
Compare
Choose a tag to compare
v0.7.0

change event + clean

bug fix

06 Apr 21:33
Compare
Choose a tag to compare

fixe width bug when embedded in data-table

Scroll lock

06 Apr 17:29
Compare
Choose a tag to compare

adding scroll lock on the dropdown, preventing scroll outside of the dropdown when opened. Control byt allow-outside-scroll attribute on px-dropdown-content.
Fix firefox positioning bug

More bug fixes, anchor content to other element

06 Apr 00:06
Compare
Choose a tag to compare

v0.3.0 small layout improvements

31 Mar 23:28
Compare
Choose a tag to compare
  • make it more obvious it is possible to scroll by reducing the height of the dropdown by half an item's height if the dropdown has scrollbars
  • added bound-target attribute: if set the dropdown will always try to fit within this HTMLElement
  • fixed setDivWidth on click function bug.

v0.2.0 Data Table Compatiblity

29 Mar 21:24
Compare
Choose a tag to compare

v0.2.0

  • changed the way the initial text is passed in (added attribute display-value)
  • added a hide-chevron attribute
  • Updated styles
  • max container character count now also applies to the px-text portion of the component.

Initial release

27 Jan 00:24
Compare
Choose a tag to compare

Initial release, px-dropdown supports receiving an array of items, and displays a dropdown list when either the text or the chevron are clicked.

A click on the item itself fires off a "px-dropdown-click" event, and passes the click event with it.