mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
:radio support for form-dialog
This commit is contained in:
parent
da89ed8c0f
commit
d16f17d0d7
2 changed files with 30 additions and 11 deletions
|
|
@ -78,6 +78,10 @@
|
|||
("Mrs." "mrs")
|
||||
("Ms." "ms")
|
||||
("Other" "other")))
|
||||
("Eye Color" "color" :radio (("Blue" "blue")
|
||||
("Brown" "brown")
|
||||
("Green" "green")
|
||||
("Other" "other")))
|
||||
("Name" "name")
|
||||
("Address" "address")
|
||||
("City" "city")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue