fix text field
This commit is contained in:
@@ -187,7 +187,7 @@ class TextFieldView extends BaseFieldView {
|
||||
/** @type {HTMLTextAreaElement} */
|
||||
const element = this.$element.get(0);
|
||||
|
||||
if (!element) {
|
||||
if (!element || element.value === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user