fix: can't change default size of text fields
This commit is contained in:
parent
31f951e498
commit
bed0c9130f
2 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ sub new {
|
|||
$formObj->correctOptions($param->{possibleValues});
|
||||
}
|
||||
elsif ($size) {
|
||||
$formObj->{size} = $size;
|
||||
$formObj->set('size',$size);
|
||||
}
|
||||
return $formObj;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue