Автофокус, выключение кнопок, валидация, переход по enter

This commit is contained in:
2021-02-06 17:33:50 +03:00
parent 9ab83814c9
commit 34227e777a
4 changed files with 58 additions and 18 deletions

View File

@ -12,6 +12,7 @@ export const CHECK_BUTTON_ID = 'check-button';
export const REPEAT_BUTTON_ID = 'repeat-button';
export const START_FORM_ID = 'start-form';
export const EXAMPLE_FORM_ID = 'form-example';
export const FIRST_INPUT_ID = 'first-input';
export const SECOND_INPUT_ID = 'second-input';