Sha256: 6692a172a6ca1c96f17a4392cb222775b85579ce12616fbded04be7dfa9285c4
Contents?: true
Size: 305 Bytes
Versions: 59
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true 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
59 entries across 59 versions & 1 rubygems