module Lato::ComponentsHelper
def lato_form_item_input_password(form, key, options = {})
def lato_form_item_input_password(form, key, options = {}) _lato_form_input_options(form, key, options, :keyup, 'form-control') form.password_field key, options end