After last changes to require repeatable items to be added with "+" button to save those there is a problem with validation.
Validation (checking mandatory fields) still check the original input fields, not the added extra elements (the one are added below original input fields)
Here is example of Author and Other Titles fields. Both have 1 element added with + sign, the original fields(do not get saved !!!) are empty, validation not passed:

Here are the original fields filled with dummy values (do not get saved), validation passed :

Expected :
Validation for repeatable fields check if there is at least 1 element in the associated array, no checking of original input fields
After last changes to require repeatable items to be added with "+" button to save those there is a problem with validation.
Validation (checking mandatory fields) still check the original input fields, not the added extra elements (the one are added below original input fields)
Here is example of Author and Other Titles fields. Both have 1 element added with + sign, the original fields(do not get saved !!!) are empty, validation not passed:

Here are the original fields filled with dummy values (do not get saved), validation passed :

Expected :
Validation for repeatable fields check if there is at least 1 element in the associated array, no checking of original input fields