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
I've noticed when using repeaters ('limit' = 0) that there are validation issues when using the 'validation_rules' functionality. For example if you have a single field that is repeater (a text field) and apply basic validation like 'required' and minlength , the validation wont work on new items.
For example if you add an initial item the validation will work, however if you add subsequent items the validation doesn't trigger. See the image below where the first item works fine but subsequent ones do not
It's super inconsistent. After reloading the page, sometimes the validation for the first item wont work, but it will for the second item. See for example the image below where the validation for the first item is now lost
Here is how I'm setting up this repeater
I'm using version 1.2.5 which is an older version, is this something that's been fixed in newer versions?
The text was updated successfully, but these errors were encountered:
Hi
I've noticed when using repeaters ('limit' = 0) that there are validation issues when using the 'validation_rules' functionality. For example if you have a single field that is repeater (a text field) and apply basic validation like 'required' and minlength , the validation wont work on new items.
For example if you add an initial item the validation will work, however if you add subsequent items the validation doesn't trigger. See the image below where the first item works fine but subsequent ones do not
It's super inconsistent. After reloading the page, sometimes the validation for the first item wont work, but it will for the second item. See for example the image below where the validation for the first item is now lost
Here is how I'm setting up this repeater
I'm using version 1.2.5 which is an older version, is this something that's been fixed in newer versions?
The text was updated successfully, but these errors were encountered: