Class: TextInput
- Inherits:
-
FormtasticBootstrap::Inputs::TextInput
- Object
- FormtasticBootstrap::Inputs::TextInput
- TextInput
- Defined in:
- app/inputs/text_input.rb
Instance Method Summary collapse
Instance Method Details
#input_html_options ⇒ Object
2 3 4 |
# File 'app/inputs/text_input.rb', line 2 def super.merge(:"data-limit" => @options[:limit], :rows => (@options[:rows] || 5)) end |