mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Correct textarea issues
This commit is contained in:
parent
a27c1aae85
commit
2810f2c246
2 changed files with 7 additions and 3 deletions
|
|
@ -122,6 +122,10 @@
|
|||
(getf control-record :create-param)
|
||||
:html-id uid
|
||||
:value (getf control-record :create-value)))
|
||||
((eq create-type :textarea)
|
||||
(funcall (getf control-record :create) parent
|
||||
:html-id uid
|
||||
:value (getf control-record :create-value)))
|
||||
(t nil))))
|
||||
(when control
|
||||
(setf (attribute control "data-clog-type") control-type-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue