You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've upgraded to the recomended ASF bootstrap Decorator ( https://github.com/Textalk/angular-schema-form-bootstrap ) because of some issues working inside arrays and the destroyStrategy. Now the strapselect boxes dont render inside an array if we have more then one or dont work properly if i«ve just one(doesnt write the values in the model).
If i pick one standard select box and one strapselect the form will render but the filterTriggering stops working because it wont parse the arrayIndex value and thus the functionality of having two chained select boxes populating B values depending on select A values breaks.
Bellow i will link 2 plunker demos one working with the default ASF bootstrap decorator:
ps:. you can switch the first strapselect type to just select to see the form rendering but it will still not get the triggers like it should.
It's worth to mentions was having a big problem before using select boxes nested inside array and this fix mentions here: json-schema-form/angular-schema-form#590
(props to elbunuelo)
Solved some issues now at least with the standard ASF select box.
The text was updated successfully, but these errors were encountered:
I've upgraded to the recomended ASF bootstrap Decorator ( https://github.com/Textalk/angular-schema-form-bootstrap ) because of some issues working inside arrays and the destroyStrategy. Now the strapselect boxes dont render inside an array if we have more then one or dont work properly if i«ve just one(doesnt write the values in the model).
If i pick one standard select box and one strapselect the form will render but the filterTriggering stops working because it wont parse the arrayIndex value and thus the functionality of having two chained select boxes populating B values depending on select A values breaks.
Bellow i will link 2 plunker demos one working with the default ASF bootstrap decorator:
http://plnkr.co/edit/Ttxb3Icql42U8v3UrlIM?p=preview
and the last one not working with the recommended ASF bootstrap decorator:
http://plnkr.co/edit/xOlkiP7iN5vYekc7Kr8i?p=preview
ps:. you can switch the first strapselect type to just select to see the form rendering but it will still not get the triggers like it should.
It's worth to mentions was having a big problem before using select boxes nested inside array and this fix mentions here:
json-schema-form/angular-schema-form#590
(props to elbunuelo)
Solved some issues now at least with the standard ASF select box.
The text was updated successfully, but these errors were encountered: