chrisxh / brazen-wishlist

Space to describe and discuss valuable features
2 stars 0 forks source link

BUG: Field Rules editor: when match value contains comma, binding to select list fails #4

Open chrisxh opened 3 years ago

chrisxh commented 3 years ago

Originally submitted to support@brazen.com on 1/13/2021

Given a registration form having rule for a checkboxes field, where the value being saved on the candidate's registration contains a comma. Below screenshot demonstrates.

When event admin saves (either create or update) and wait for the screen to re-paint (rebind updated form state).

Then, the previously-selected value is no longer selected.

Expected behavior is that the saved value always is selected.

repro of bug