Module: StimulusPlumbers::Form::Fields::Inputs::Text
- Included in:
- Builder
- Defined in:
- lib/stimulus_plumbers/form/fields/inputs/text.rb
Constant Summary collapse
- TEXT_FIELD_METHODS =
{ text: :text_field, email: :email_field, number: :number_field, url: :url_field, tel: :telephone_field, color: :color_field, month: :month_field, week: :week_field, range: :range_field, datetime_local: :datetime_local_field }.freeze