Sha256: 71e948f32092343602bfd1d67c8a56467c0666442b9275af13e6ac400c2f8fb6
Contents?: true
Size: 263 Bytes
Versions: 20
Compression:
Stored size: 263 Bytes
Contents
module UiBibzInputs class UiFileFieldInput < StringInput include UiBibz::Ui::Core::Forms::Texts def input(wrapper_options) UiBibz::Ui::Core::Forms::Files::FileField.new(input_attribute_name, options, input_html_options).render end end end
Version data entries
20 entries across 20 versions & 1 rubygems