Olaolu Olawuyi
Olaolu Olawuyi
## Description There's a ton of unnecessary layout shifts that happen in the admin and other frontend apps across the org, a lot of which happen in bursts (when one...
By default, add a `selected` class name to the currently selected item on the list to enable for styling and extra logic.
Make it possible for the user to completely take control of `dropd-list`, `dropd-item` and `dropd-toggle` via Vue slots and a similar workaround in React, with relevant props bound to them....
Add a `revealOn` prop which would accept either `mousedown` or `mouseover` values (with default set to `mousedown`), and would only trigger **dropd** on that event.
Right now, a couple of things are missing in terms of accessibility of the elements. These include: * Proper tab indexing * Functional focus and blur states... etc We should...
Add a `noDuplicates` prop which would ensure that all items in the `list` prop is unique. Already started working on it -- was good for an array of strings, but...
Setup bundling with rollup and create browser and cjs compatible versions.