mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
control numbering on drop to control list
This commit is contained in:
parent
b05c379c14
commit
03b615d6b6
2 changed files with 26 additions and 13 deletions
|
|
@ -454,7 +454,7 @@
|
|||
(setf (attribute control "multiple") t)
|
||||
(remove-attribute control "multiple"))
|
||||
(property control "multiple")))
|
||||
,@*props-base*))
|
||||
,@*props-form-element*))
|
||||
`(:name "listbox"
|
||||
:description "Listbox select"
|
||||
:clog-type clog:clog-select
|
||||
|
|
@ -471,7 +471,7 @@
|
|||
(setf (attribute control "multiple") t)
|
||||
(remove-attribute control "multiple"))
|
||||
(property control "multiple")))
|
||||
,@*props-base*))
|
||||
,@*props-form-element*))
|
||||
`(:name "option"
|
||||
:description "Option Item"
|
||||
:clog-type clog:clog-option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue