PhoneField

bin/rails g quicksilver_ui:form PhoneField

Default

  • With value

  • Implementation

    # frozen_string_literal: true
    
    class Form::PhoneField < Form::Input
      private
    
      def type = :tel
    end