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
|
|
@ -1,4 +1,5 @@
|
||||||
7.0.7
|
7.0.7
|
||||||
|
- fix: can't change default size of text fields (midellaq)
|
||||||
- fix: sqlform trunctate search results doesn't work (Martin Kamerbeek /
|
- fix: sqlform trunctate search results doesn't work (Martin Kamerbeek /
|
||||||
Procolix)
|
Procolix)
|
||||||
- fixed some of bugs in the sqlform concerning file uploads, cross table
|
- fixed some of bugs in the sqlform concerning file uploads, cross table
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ sub new {
|
||||||
$formObj->correctOptions($param->{possibleValues});
|
$formObj->correctOptions($param->{possibleValues});
|
||||||
}
|
}
|
||||||
elsif ($size) {
|
elsif ($size) {
|
||||||
$formObj->{size} = $size;
|
$formObj->set('size',$size);
|
||||||
}
|
}
|
||||||
return $formObj;
|
return $formObj;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue