Closed AnmSaiful closed 7 months ago
For example, let's try with a value of 10 for the height property:
10
And we get this during the item creation:
If we remove the value (i.e., 10) from the height property, the item creation screen renders as expected:
Thanks for considering the fix in the next release. ;-)
you've set the height to 10px 😉
10px
Ah! I see... since there was no indication of the unit, I thought it would be the number of rows.
I recommend mentioning the unit. 😊
For example, let's try with a value of
10
for the height property:And we get this during the item creation:
If we remove the value (i.e.,
10
) from the height property, the item creation screen renders as expected:Thanks for considering the fix in the next release. ;-)