You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add slots for content at the top and bottom of the list. I propose list-prepend and list-append for adding content at the top and bottom of the opened list. To do this currently you need to access the list slot which overwrites all select logic and makes the developer rewrite (see the on:click event in the demo vs. the robust classings & events in the source cdoe). This proposal would preserve item logic without having to duplicate all the magic in the source.
Willing to write this myself, as I think the inclusion of the two empty slots would be enough.
The text was updated successfully, but these errors were encountered:
Add slots for content at the top and bottom of the list. I propose
list-prepend
andlist-append
for adding content at the top and bottom of the opened list. To do this currently you need to access thelist
slot which overwrites all select logic and makes the developer rewrite (see the on:click event in the demo vs. the robust classings & events in the source cdoe). This proposal would preserve item logic without having to duplicate all the magic in the source.Willing to write this myself, as I think the inclusion of the two empty slots would be enough.
The text was updated successfully, but these errors were encountered: