Class: TagsInput
- Inherits:
-
FormtasticBootstrap::Inputs::StringInput
- Object
- FormtasticBootstrap::Inputs::StringInput
- TagsInput
show all
- Defined in:
- app/inputs/tags_input.rb
Instance Method Summary
collapse
Instance Method Details
2
3
4
|
# File 'app/inputs/tags_input.rb', line 2
def input_html_options
super.merge(:class => "taglist", :data => {:autocomplete => @options[:autocomplete], :text => @options[:text]})
end
|
#wrapper_html_options ⇒ Object
6
7
8
|
# File 'app/inputs/tags_input.rb', line 6
def wrapper_html_options
super.merge(:class => "mb1")
end
|