Shoelace Package

Package for Toddle.dev
Subscribe to updates
© 2025 Shoelace Package

BUG

Nov 11, 2024

There was a bug when sometimes the single value for the select component was not working properly, as the value attribute was not added to the sl-select element in HTML. I added a fix so that the value attributes are added with JS for both single select and multiple select.

Mar 21, 2024

There was a small bug when a user does not provide a close button, causing an error in the function. The close button is optional, so now this is fixed with the updated function.

Mar 18, 2024

Just before the page loads, there was a brief flash of unstyled HTML. This is now fixed, and the component is visible once it is ready.