This commit is contained in:
Jeremy Ruston 2023-09-13 18:06:30 +01:00
parent 7d8766d2b9
commit 49c96901f3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function FramedEngine(options) {
this.domNode.value = this.value;
}
// Set the attributes
if(this.widget.editType && this.widget.editTag !== "textarea")) {
if(this.widget.editType && this.widget.editTag !== "textarea") {
this.domNode.setAttribute("type",this.widget.editType);
}
if(this.widget.editPlaceholder) {