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
The min rows setting on table fields cause incorrect behavior. (JS issue)
For the most reduced test case, creating a new field & setting the min rows to 1 disables the add row button and won't allow the editor add any rows at all. It remains a useless table field.
Setting the min rows setting to 2 will automatically add a single blank row upon page-load but won't allow the editor to add an additional row.
Steps to reproduce
Create new table field.
Set to min rows setting to 1, save.
Add field to applicable entry type, save.
Navigate to applicable entry type.
Face palm.
Repeat steps 1-5 with min rows setting set to 2.
Additional info
Craft version: 3.0.6
The text was updated successfully, but these errors were encountered:
Description
The min rows setting on table fields cause incorrect behavior. (JS issue)
For the most reduced test case, creating a new field & setting the min rows to
1
disables the add row button and won't allow the editor add any rows at all. It remains a useless table field.Setting the min rows setting to
2
will automatically add a single blank row upon page-load but won't allow the editor to add an additional row.Steps to reproduce
1
, save.2
.Additional info
The text was updated successfully, but these errors were encountered: