diff --git a/_includes/forms/form--select.html b/_includes/forms/form--select.html new file mode 100644 index 0000000..732c154 --- /dev/null +++ b/_includes/forms/form--select.html @@ -0,0 +1,152 @@ +{% capture component %} + {% assign options = include.options | split: "," %} + {% if include.multiple %} +
+ {% else %} +{{ include.description }}
+ {% endif %} +