Sha256: 128648d4a7d42a5ad315730e39879ec5ac794f8f4c96433804bb3ded2cf62358
Contents?: true
Size: 272 Bytes
Versions: 8
Compression:
Stored size: 272 Bytes
Contents
# Displays a text field with a JQuery DatePicker widget. # 1. Allows for empty dates (i.e. no date) class DatePickerInput < SimpleForm::Inputs::TextInput def input(_wrapper_options = nil) @builder.text_field(attribute_name, input_html_options).html_safe end end
Version data entries
8 entries across 8 versions & 1 rubygems