Sha256: 9ff6e394352e773f9608961e57164e4412d92eaf6f34dfdb5ce9831c34cc1395
Contents?: true
Size: 358 Bytes
Versions: 44
Compression:
Stored size: 358 Bytes
Contents
module UiBibz::Ui::Core::Forms::Surrounds class SurroundSwitchField < UiBibz::Ui::Core::Forms::Choices::SwitchField # See UiBibz::Ui::Core::Dropdown.initialize def initialize content, options = nil, html_options = nil, &block super end private def component_wrapper_html_classes super << 'input-group' end end end
Version data entries
44 entries across 44 versions & 1 rubygems