-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamicForm MultiChoice field doesn't work #1510
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
UPD: It doesn't work only when creating an item, when updating it works. |
Unfortunately with the new version (3.15.0) the bug has not been fixed.... And it’s been almost 4 months now |
When Item is Created
Because in this case selectedItemArr is not an array but text!! |
Hi @bva999 it should be fixed now. |
Hi @GuidoZam . Thank you. |
@bva999 Thanks for raising the bug and confirming that it's still an issue as it was not marked as resolved as part of the latest release. |
PR merged and the fix should be available on the beta release within a few minutes. |
Category
[ ] Enhancement
[ x] Bug
[ ] Question
Version
[ 3.13.0 ]
Expected / Desired Behavior / Question
If list has MultiChoice field, it doesn't work on DymanicForm. On change of the field you get next error:
Observed Behavior
If list has MultiChoice field, it doesn't work on DymanicForm. On change of the field you get next error:
Error MultiChoice_selection TypeError: seletedItemArr_1.splice is not a function at DynamicField._this.MultiChoice_selection (DynamicField.js:344:1) at DropdownBase._this._onChange (Dropdown.base.js:36:1) at DropdownBase.<anonymous> (Dropdown.base.js:699:1) at pr (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:54054) at ms (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:91499) at Lc (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:108084) at IKDZ.t.unstable_runWithPriority (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:4739) at Ki (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:50343) at Ac (sp-pages-assembly_en-us_4cafeb97a327fa2ca2288389688aa683.js:69:104823)
Thanks!
The text was updated successfully, but these errors were encountered: