Hello,
I have a multiselect field but I want to allow select only one value based on some condition like dropdown field. So I want to convert multiselct field into dropdown field based on certain conditions.
Hello,
I have a multiselect field but I want to allow select only one value based on some condition like dropdown field. So I want to convert multiselct field into dropdown field based on certain conditions.
You can not modify field type on the fly, instead you can rebuild the dropdown list the way it become empty as soon as an option is selected.
Thanks for replying.
I do not want to modify type, I just want to allow select only one value in multisect field. Could you please help me in this?