I have a checklist element using a Listbox that populates from the database with an onFormHook request. Some of the values for the list are close—for instance, ACSI, CSI, etc. I find that if ACSI returns with the model, both ACSI and CSI select in the form. Is this a bug? How can I get strict selection here?
This is sounding like you really want a radio button versus a checklist? Checklists, by nature allow multiple selections.
I am looking to allow for multiple selections. Here is the element from the model: “associationsChoice”: “ACSI\rSAIS\rTPSA”,
Here is the element in the form:
and…
I am pre-populating the data from the previous year.