I’m using the choice component to select from a list of users. the users appear in the choices but I’m unable to click and select one of the radial buttons.
Does this sound like user error or bug?
I’m using the choice component to select from a list of users. the users appear in the choices but I’m unable to click and select one of the radial buttons.
Does this sound like user error or bug?
Does that particular choice have a comma in it?
where would the comma be if it did? I’m not sure
Well, it would be in the text of the choice, or if you are writing a different value than what is displayed, then it would be in that underlying value. You would see it in your data that feeds the choice component if it’s there.
No I don’t think it’s an issue with a comma.
But I just deleted the component and retried it and it works like it’s supposed to. Weird, kinda bug I guess.
Thanks for the input!
Just keep the comma thing in mind for the future. It’s happened to people in the past, especially with multi-select enabled, because mult-select writes all choices as comma delimited, and if there is also a comma in one of the items, then it messes up the comma delimited list.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.