Sha256: 6c308231e5d279d73551e7ce8dd60ed2887532a81ff2da0fecdeb7ee15177bbb
Contents?: true
Size: 297 Bytes
Versions: 53
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundSwitchField < UiBibz::Ui::Core::Forms::Choices::SwitchField # See UiBibz::Ui::Core::Dropdown.initialize private def component_wrapper_html_classes super << 'input-group' end end end
Version data entries
53 entries across 53 versions & 1 rubygems