Sha256: e8c2e108b6a21726de9ef3710eb7b3b250a8c45b8f402b74c370368dd14c0069
Contents?: true
Size: 332 Bytes
Versions: 9
Compression:
Stored size: 332 Bytes
Contents
module SimpleForm module Inputs class PasswordInput < Base enable :placeholder, :maxlength def input(wrapper_options = nil) merged_input_options = merge_wrapper_options(input_html_options, wrapper_options) @builder.password_field(attribute_name, merged_input_options) end end end end
Version data entries
9 entries across 9 versions & 2 rubygems