rubymonolith / superform

Build highly customizable forms in Rails
MIT License
263 stars 14 forks source link

Fix Collection on Select #11

Closed HalfBloody closed 4 months ago

HalfBloody commented 7 months ago

Do you have usecases where you want to pass the collection as positional arguments? Otherwise I would recommend to just require an array.

bradgessler commented 4 months ago

These are intentionally positional to make the syntax cleaner.