Skip to content

Selects Options on Page load #65

@akshithrajesh290

Description

@akshithrajesh290

Could you anyone please let me know how can I select Options after binding the list items

I can Select the items but however I couldn't Delete the Items (i.e On (x) Click is not firing

I added the items to the sol-current-selection class using jquery and Selected the Checkbox using below code ::

  $(":checkbox[value=4]").prop("checked","true");

<div class="sol-current-selection">
<div class="sol-selected-display-item">
<span class="sol-quick-delete">×</span>
<span class="sol-selected-display-item-text">Option1</span>
</div>
<div class="sol-selected-display-item">
<span class="sol-quick-delete">×</span>
<span class="sol-selected-display-item-text">
Option 2</span></div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions