keyboard support

This commit is contained in:
David Botton 2022-02-06 13:35:42 -05:00
parent 83b23a818a
commit 300717cab9
4 changed files with 9 additions and 7 deletions

View file

@ -763,7 +763,8 @@
(:name "encoding"
:prop "encoding")
(:name "form element count"
:get ,(lambda (control) (form-element-count control)))))
:get ,(lambda (control) (form-element-count control)))
,@*props-element*))
`(:name "input"
:description "Form Input"
:clog-type clog:clog-form-element