Sha256: 7d43724db3782fdad61d7c04673fb27b30084ce98cc5baa02029bc8de22c18ef
Contents?: true
Size: 821 Bytes
Versions: 3
Compression:
Stored size: 821 Bytes
Contents
require "formalist/element" require "formalist/elements" require "formalist/types" module Formalist class Elements class SearchMultiSelectionField < Field attribute :clear_query_on_selection, Types::Bool attribute :sortable, Types::Bool attribute :max_height, Types::String attribute :render_option_as, Types::String attribute :render_option_control_as, Types::String attribute :render_selection_as, Types::String attribute :search_params, Types::Hash attribute :search_per_page, Types::Integer attribute :search_threshold, Types::Integer attribute :search_url, Types::String attribute :selections, Types::Array attribute :selector_label, Types::String end register :search_multi_selection_field, SearchMultiSelectionField end end
Version data entries
3 entries across 3 versions & 1 rubygems