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