fix missing properties on form

This commit is contained in:
David Botton 2022-02-08 21:12:03 -05:00
parent 9ca0699dee
commit cc710218f9
2 changed files with 7 additions and 5 deletions

View file

@ -758,7 +758,11 @@
:create clog:create-form
:create-type :base
:events (,@*events-element*)
:properties ((:name "method"
:properties ((:name "action"
:attr "action")
(:name "target"
:attr "target")
(:name "method"
:attr "method")
(:name "encoding"
:prop "encoding")