Class: PasswordInput

Inherits:
React::Component::Base
  • Object
show all
Includes:
AbstractStringInput
Defined in:
lib/bull/ui_core.rb

Instance Method Summary collapse

Methods included from AbstractStringInput

#render

Methods included from ClassesInput

#dirty_class, #valid_class

Instance Method Details

#type_attrObject



135
136
137
# File 'lib/bull/ui_core.rb', line 135

def type_attr
  :password
end