チェックボックスのクリア

This commit is contained in:
野間 2023-07-27 14:34:35 +09:00
parent 0954f67f17
commit 50e1767e8e

View File

@ -16,7 +16,7 @@ function clr() {
if (formInput.name.startsWith('ctrl_')) {
formInput.value = "";
}
if(formInput.name == 'ikoFlg'){
if(formInput.name == 'ikoFlg' || formInput.name == 'delFlg_ctrl'){
formInput.checked = false;
}
}