I have used an multiple dropdown box here and whenever i try to select more than 1 option from the multiple dropdown list it is showing this error. Can anyone please guide me through this issue kindly.Thanks and Regards.
Discussion posts and replies are publicly visible
a!multipleDropdownField( label: "City", placeholder: "select city", choiceLabels: { "Mumbai", "Hyb", "Chennai", "westBengal" }, choiceValues: { "Mumbai", "Hyb", "Chennai", "westBengal" }, value: ri!city, saveInto: ri!city )
Can you please go through that code?
Yes this code is working fine but should i create an rule input every time i want to use a multiple dropdown ? Isnt that gonna make things more complex ?