FE: better Device fields docs, fix comments field input in multi-edit

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-11 11:49:00 +11:00
parent 09325608f8
commit a1a90daf19
2 changed files with 36 additions and 36 deletions

View File

@@ -175,7 +175,7 @@
}
} else if (elementType === 'input'){
} else if (elementType === 'input' || elementType === 'textarea'){
// Add classes specifically for checkboxes
inputType === 'checkbox' ? inputClass = 'checkbox' : inputClass = 'form-control';