module JqueryUiForm module Inputs module SearchInput def search_input(method, options = {}) options[:type] = "search" basic_input_helper(:search_field, :search, method, options) end end end end