Sha256: a57d6f43c2628e7553e398351b83a9981dcb77e630cb6e57df427ea7ad8ff9db
Contents?: true
Size: 483 Bytes
Versions: 14
Compression:
Stored size: 483 Bytes
Contents
# Use this setup block to configure all options available in SimpleForm. SimpleForm.setup do |config| # Wrappers are used by the form builder to generate a # complete input. You can remove any component from the # wrapper, change the order or even add your own to the # stack. The options given below are used to wrap the # whole input. config.wrappers :info_hidden, :tag => 'span' do |b| # , :class => 'input-field col s12' b.use :html5 b.use :input end end
Version data entries
14 entries across 14 versions & 1 rubygems