- This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › ListBox › Sorted by default?
Tagged: custom elements, list box, smart-list-box, sort, sort by default, sorted list box, sorting items, web components
Hi,
Is it possible for the list box to be sorted by default?
Best regards,
Mike
Hi Michael20,
yes it is. Just set the sorted attribute on the tag of the element and the items will be sorted by default. Here’s an example:
<smart-list-box sorted>
<smart-list-item>Z</smart-list-item>
<smart-list-item>A</smart-list-item>
<smart-list-item>G</smart-list-item>
</smart-list-box>
Best Regards,
Christopher
Smart HTML Elements Team
https://www.htmlelements.com
Thank you very much!
Best regards,
Mike