Sha256: 866b4b9b6cac65664804fc57bc2f1d676a13551cab78ed38f9841a3cb0334658

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

module SimpleForm
  module Inputs
    class PasswordInput < Base
      enable :placeholder, :maxlength

      def input
        @builder.password_field(attribute_name, input_html_options)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple_form-3.0.4 lib/simple_form/inputs/password_input.rb
simple_form-3.0.3 lib/simple_form/inputs/password_input.rb
simple_form-3.0.2 lib/simple_form/inputs/password_input.rb
simple_form-3.0.1 lib/simple_form/inputs/password_input.rb
simple_form-3.0.0 lib/simple_form/inputs/password_input.rb
simple_form-3.0.0.rc lib/simple_form/inputs/password_input.rb
simple_form-3.0.0.beta1 lib/simple_form/inputs/password_input.rb