Sha256: 8ce5c50de53dd156f444a82397b04f8668a2ce59c8ba47de7250e6dfb476aebc
Contents?: true
Size: 263 Bytes
Versions: 21
Compression:
Stored size: 263 Bytes
Contents
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
21 entries across 21 versions & 1 rubygems