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
If, in your module.json, you make a field conditionally dependent and give it a default value, the default value is ignored. This works fine with Alpaca (1.5.17) alone, so this appears to be Z-Way specific.
The attached JSFiddle shows it working with Alpaca, but if you use the same structure in a module, the default value is ignored. The element does not fill with its default value when rendered, and the element is not passed to the module on form submission if left empty.
If, in your module.json, you make a field conditionally dependent and give it a default value, the default value is ignored. This works fine with Alpaca (1.5.17) alone, so this appears to be Z-Way specific.
The attached JSFiddle shows it working with Alpaca, but if you use the same structure in a module, the default value is ignored. The element does not fill with its default value when rendered, and the element is not passed to the module on form submission if left empty.
https://jsfiddle.net/kvolden/f12qmjwh/
The relevant part of module.json:
The text was updated successfully, but these errors were encountered: