Module: StimulusPlumbers::Form::Fields::Inputs::Select::Weekday

Included in:
Builder
Defined in:
lib/stimulus_plumbers/form/fields/inputs/select/weekday.rb

Instance Method Summary collapse

Instance Method Details

#weekday_select(attribute, options = {}, html_opts = {}) ⇒ Object



10
11
12
13
# File 'lib/stimulus_plumbers/form/fields/inputs/select/weekday.rb', line 10

def weekday_select(attribute, options = {}, html_opts = {})
  html_options = merge_html_options(theme.resolve(:form_select), html_opts)
  super(attribute, options, html_options)
end