Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #99425
    admin
    Keymaster

    Hi,
    Is it possible for the list box to be sorted by default?
    Best regards,
    Mike

    #99426
    admin
    Keymaster

    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

    #99432
    admin
    Keymaster

    Thank you very much!
    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.