mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
The source form rendered 6 native <select> elements; the rest of Sure uses DS::Select. Switch the five enum dropdowns (kind, country, system, tax treatment, payout) to collection_select over option structs, which the StyledFormBuilder routes through DS::Select — themed, consistent with every other Sure form.