Module: StimulusPlumbers::Form::Fields::Inputs::Password::Revealable
- Included in:
- StimulusPlumbers::Form::Fields::Inputs::Password
- Defined in:
- lib/stimulus_plumbers/form/fields/inputs/password/revealable.rb
Overview
Reveal toggle: input group wrapper, toggle button, and its icon pair.
Constant Summary collapse
- STIMULUS_CONTROLLER =
"input-revealable"- STIMULUS_ACTION =
"click->#{STIMULUS_CONTROLLER}#toggle".freeze