Sha256: 8705016bd3764859033b40235bf2431d0dafbf2ad4856d4ff5d4d00a9c3eaf9a
Contents?: true
Size: 274 Bytes
Versions: 20
Compression:
Stored size: 274 Bytes
Contents
module UiBibzInputs class UiRangeFieldInput < UiTextFieldInput include UiBibz::Ui::Core::Forms::Numbers def input(wrapper_options) UiBibz::Ui::Core::Forms::Numbers::RangeField.new(input_attribute_name, options, input_html_options).render end end end
Version data entries
20 entries across 20 versions & 1 rubygems