You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have open-ended ("Others") answer for MultipleSelectInput? Adding "open" as an option doesn't seem to do anything. Also, adding [{"label": "lastId#0","value": "0"}] seems to put lastId#0 into the box?
The text was updated successfully, but these errors were encountered:
Hi James, thanks for your concern.
Unfortunately, the "open" answer is not available to apply on MultipleSelectInput, nor to SelectInput.
As of now, it's only available for Radio and Checkbox Input.
In addition, [{"label": "lastId#0","value": "0"}] is a "helper" option for NestedInput.
Thanks for bringing out the issue, truly appreciate it. 🚀
Terima kasih!
Your feedback is very much appreciated, it means a lot to us.
We apologize for the inconvenience and will pay more attention to the documentation in the future.
In fact, we designed the "open" answer to provide the same level of answers on the same component, as we discovered that matching answers to different components would be challenging in the data processing.
Is it possible to have open-ended ("Others") answer for MultipleSelectInput? Adding "open" as an option doesn't seem to do anything. Also, adding
[{"label": "lastId#0","value": "0"}]
seems to putlastId#0
into the box?The text was updated successfully, but these errors were encountered: