quetzal v0.1.8 Quetzal.Select View Source
Renders an html select as component
Example
Use from components/0
callback from your live view.
{Quetzal.Select, [id: "myselect", children: "<option>1</option>"]}
Renders an html select as component
Use from components/0
callback from your live view.
{Quetzal.Select, [id: "myselect", children: "<option>1</option>"]}