Releases: predixdesignsystem/px-dropdown
Releases · predixdesignsystem/px-dropdown
change event on dropdown and cleanup
v0.7.0 change event + clean
bug fix
fixe width bug when embedded in data-table
Scroll lock
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
v0.5.0 content anchor
v0.3.0 small layout improvements
- 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
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
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.