Sha256: 2cd099fc7d5fc632bb63b13c8daabdc4bba6eb6ac61f14012e78a17317e268de
Contents?: true
Size: 294 Bytes
Versions: 3
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module UiBibzInputs class UiTextFieldInput < StringInput include UiBibz::Ui::Core::Forms::Texts def input(_wrapper_options) UiBibz::Ui::Core::Forms::Texts::TextField.new(input_attribute_name, options, input_html_options).render end end end
Version data entries
3 entries across 3 versions & 1 rubygems