We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc10881 commit db2c451Copy full SHA for db2c451
web_src/js/features/repo-new.ts
@@ -11,7 +11,7 @@ export function initRepoNew() {
11
const updateUiAutoInit = () => {
12
inputAutoInit.checked = Boolean(inputGitIgnores.value || inputLicense.value);
13
};
14
- form.addEventListener('input', updateUiAutoInit);
+ form.addEventListener('change', updateUiAutoInit);
15
updateUiAutoInit();
16
17
const inputRepoName = form.querySelector<HTMLInputElement>('input[name="repo_name"]');
0 commit comments