Form Layout/Behavior Broken After Updating to AlpacaJS 1.5.27
Opened this issue · 0 comments
Hi
We updated AlpacaJS from version 1.5.22 to 1.5.27, which caused a rendering/behavior issue in our forms. Before the update, everything worked as expected. However, after the update, the form layout/behavior is incorrect.
Expected Behavior
Before the update (v1.5.22), the form rendered as shown in this JSFiddle example.
Actual Behavior
After the update (v1.5.27), the form appears as shown in the attached screenshot.
Steps to Reproduce
Use AlpacaJS v1.5.27.
Apply the same schema and options as provided in the JSFiddle.
Observe the rendering or behavior of the form.
It seems that the issue may be caused by changes introduced in the latest version. If there were any breaking changes in v1.5.27, please let us know so we can adapt our implementation accordingly.