Sha256: 92a35dbb50787a27145ce1a64e5dbd99df59982cc5ff896ff9a8e454d055e64a
Contents?: true
Size: 247 Bytes
Versions: 142
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true class UserPickerInput < SimpleForm::Inputs::CollectionSelectInput def input_type :user_picker end def input_html_options options = super options[:class] << :searchable_select options end end
Version data entries
142 entries across 142 versions & 1 rubygems