Sha256: e0cc19229bc19593a8c6002270bf11047c2e87de1b766aa08f7f25052e39d92e

Contents?: true

Size: 268 Bytes

Versions: 250

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class PasswordField < TextField # :nodoc:
        def render
          @options = { value: nil }.merge!(@options)
          super
        end
      end
    end
  end
end

Version data entries

250 entries across 237 versions & 17 rubygems

Version Path
omg-actionview-8.0.0.alpha1 lib/action_view/helpers/tags/password_field.rb
actionview-7.1.4 lib/action_view/helpers/tags/password_field.rb
actionview-7.2.1 lib/action_view/helpers/tags/password_field.rb
actionview-7.2.0 lib/action_view/helpers/tags/password_field.rb
actionview-7.2.0.rc1 lib/action_view/helpers/tags/password_field.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionview-7.0.8.4/lib/action_view/helpers/tags/password_field.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/password_field.rb
actionview-7.2.0.beta3 lib/action_view/helpers/tags/password_field.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/password_field.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/password_field.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/password_field.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/password_field.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/password_field.rb
actionview-7.2.0.beta2 lib/action_view/helpers/tags/password_field.rb
actionview-7.1.3.4 lib/action_view/helpers/tags/password_field.rb
actionview-7.0.8.4 lib/action_view/helpers/tags/password_field.rb
actionview-6.1.7.8 lib/action_view/helpers/tags/password_field.rb
actionview-7.2.0.beta1 lib/action_view/helpers/tags/password_field.rb
actionview-7.1.3.2 lib/action_view/helpers/tags/password_field.rb
actionview-7.1.3.1 lib/action_view/helpers/tags/password_field.rb