Method: Formstrap::DateView#input_options

Defined in:
app/models/formstrap/date_view.rb

#input_optionsObject



11
12
13
14
15
# File 'app/models/formstrap/date_view.rb', line 11

def input_options
  keys = attributes - %i[append attribute float form input_group input_group label prepend validate wrapper]
  options = to_h.slice(*keys)
  default_input_options.deep_merge(options)
end