()
| 1543 | }; |
| 1544 | |
| 1545 | const _focusError = () => |
| 1546 | _options.shouldFocusError && |
| 1547 | !_options.shouldUseNativeValidation && |
| 1548 | iterateFieldsByAction(_fields, _focusInput, _names.mount); |
| 1549 | |
| 1550 | const _disableForm = (disabled?: boolean) => { |
| 1551 | if (isBoolean(disabled)) { |
no test coverage detected
searching dependent graphs…