Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.05k stars 597 forks source link

Items Not Display #1124

Closed SieSiongWong closed 12 months ago

SieSiongWong commented 12 months ago

Hi, I'm working on a project which have create form and update form. I try to get the selected multiple choices to populate in the update form but not success. I've struggle many days trying to get the pre-selected choices to re-populate in the update form. I wish someone can help.

I saw in the document, Items may be a way that I can try to solve my problem but the Items feature does not seem to work. Below is what I've tried.

var multipleCancelButton = new Choices('#choices-multiple-remove-button_update', {item: ['dermatology', 'gastroenterology', 'maternal health', 'lenox hill hospital'], removeItemButton: true, maxItemCount:100, searchResultLimit:100, renderChoiceLimit:100 });

SieSiongWong commented 12 months ago

I found the solution. It's actually not the Items issue.