grouped_collection_select with data attributes in Rails -
there next code:
= grouped_collection_select :filter, :service_id, @categories, :enabled_beauty_salon_services, :name, :id, :name, include_blank: 'choose service'
but need add together custom attributes 'data-duration' items in grouped_collection_select (not groups - items!). how can it? rails 4
ruby-on-rails
No comments:
Post a Comment