<% yield %> <% form ||= current_fields_form html_options ||= {} html_options[:id] ||= form.field_id(method) multiple ||= false use_columns ||= false other_options ||= {} options ||= options_for(form, method) labels = labels_for(form, method) %> <%= render 'shared/fields/field', form: form, method: method, options: html_options, other_options: other_options do %> <% content_for :field do %>
<%= tag.div class: ["max-w-lg": !use_columns, "max-w-3xl": use_columns, "columns-[var(--column-width,_15ch)_3]": use_columns] do %> <% options.each do |value, label| %> <% end %> <% end %>
<% end %> <% end %>