# File lib/Borges/HTML/HtmlRenderer.rb, line 354
  def password_input(value = "", &callback)
    value_input(:password, value, &callback)
  end