Module: NfgUi::Components::Traits::DisableWith
- Included in:
- Elements::Button, Elements::DropdownItem
- Defined in:
- lib/nfg_ui/components/traits/disable_with.rb
Overview
Access to disable_with traits
Constant Summary collapse
- TRAITS =
%i[disable_with].freeze
Instance Method Summary collapse
Instance Method Details
#disable_with_trait ⇒ Object
8 9 10 |
# File 'lib/nfg_ui/components/traits/disable_with.rb', line 8 def disable_with_trait data[:disable_with] = default_disable_with end |