JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Accordion Not able to apply xpand-mode="multiple" property to accordion

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #100495
    admin
    Keymaster

    Hi,
    Below is the code for the view
    I want to expand multiple items at once.
    <div>
    <div><smart-accordion xpand-mode=”multiple”></div>
    <div>  <smart-accordion-item label=”Item 1″ content=”Content 1″ ></smart-accordion-item></div>
    <div>  <smart-accordion-item label=”Item 2″ content=”Content 2″></smart-accordion-item></div>
    <div>  <smart-accordion-item label=”Item 3″ content=”Content 3″></smart-accordion-item></div>
    <div> </smart-accordion></div>
    </div>

    #100496
    admin
    Keymaster

    Hi Nainar9294,
    seems like you have misspelled the property name, the correct name of the property is “expand-mode”.
    Best Regards,
    Denis
    Smart HTML Elements Team
    https://www.htmlelements.com

    #100497
    admin
    Keymaster

    So silly mistake…thanks i got it…!

    #100498
    admin
    Keymaster

    On the below link it is wrong.
    https://vaadin.com/blog/wcw-23-smart-accordion

    #100499
    admin
    Keymaster

    Hi Nainar9294,
    We like the linked post. However, it is not written by our team. For using Smart HTML Elements, we recommend you to look for information in our documentation.
    Best Regards,
    George
    Smart HTML Elements Team
    https://www.htmlelements.com

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