Commit 688a57a
authored
Components Bug: Cast key select and multi-select IDs to string (#2690)
* check for null/is_array
* Cast multi-select IDs to string
A field with integer keys for a multi-select was causing a failure saving a new/existing multi-select button group value.
* Fix for key select as well1 parent d039e54 commit 688a57a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments