Hi ,
I was on DB 1.24.0
I upgraded to 1.24.1 and then to 1.24.2 and then to 1.25 . Post each step i see the issue which seems to have appeared in 1.24.1 - continues to persist.
(I have rechecked with each of the new versions to be 100% since when the issue occurs).
For now had to revert back to 1.24.0 - to avoid rechanging every widget.
Issue 1 :
I have multiple dynamic forms. For most of them - the size is X * 1.
X changes from form to form . But the number of rows remains 1.
The forms are being created dynamically via. msg.ui_update
Example say - a form has 4 x 1.
And if node receives payload object which has say 10 attributes - the form would end up showing all attributes. (The widget would stretch and add multiple rows to accommodate the extra rows)
From 1.24.1 - it seems something was changed and now the size of the object defined is strictly being adhered to. So in above example now it shows only 1 row.
This now causes a new problem. For dynamically created objects - we cannot maintain a strict size of widget . If i make the widget as 4x20 - then if the number of rows are less - there is extra white space being shown and if it make it too less this causes a scroll bar to appear.
Can someone suggest if changes were done in this area ?
If so - how should we work with sizing esp. around dynamic objects ?
Issue 2 : Template node sizing.
I had my template node as 14*1 . And it worked well to show me content .
From 1.24.1 - unless i make it auto - it doesnt show the content at all.
Not sure how to handle this. I can live with auto - but wondering if i need to be aware of any side effects.