TextField

They are fields with text

bin/rails g quicksilver_ui:form TextField

Default

  • With value

  • Implementation

    # frozen_string_literal: true
    
    class Form::TextField < Form::Input
      private
    
      def type = :text
    end