-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: core
-
2.393, 2.387.1
If a global configuration uses `optionalBlock` and it contains built-in validations (for example `min` or `max` for an integer), then `/manage/configure` fails to save with the following JS error:
```
An invalid form control with name='_.someValue' is not focusable
```
Reproduced on 2.387.
This seems to be a regression from the previous LTS.