mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix missing properties on form
This commit is contained in:
parent
9ca0699dee
commit
cc710218f9
2 changed files with 7 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue