Sha256: c8c9e12327c1fbccc2112cc450cac2a93992fc914731c5a82e61c762b02b8767
Contents?: true
Size: 620 Bytes
Versions: 4
Compression:
Stored size: 620 Bytes
Contents
require "formalist/element" require "formalist/elements" module Formalist class Elements class SearchMultiSelectionField < Field attribute :clear_query_on_selection attribute :sortable attribute :max_height attribute :render_option_as attribute :render_option_control_as attribute :render_selection_as attribute :search_params attribute :search_per_page attribute :search_threshold attribute :search_url attribute :selections attribute :selector_label end register :search_multi_selection_field, SearchMultiSelectionField end end
Version data entries
4 entries across 4 versions & 1 rubygems