Correct textarea issues

This commit is contained in:
David Botton 2022-01-23 13:41:18 -05:00
parent a27c1aae85
commit 2810f2c246
2 changed files with 7 additions and 3 deletions

View file

@ -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)