Uniform and Uniform in Shadow DOM examples

Plain date picker

Uniform

Uniform in shadow root

Label for the control

We try to embrace native HTML Elements composition. Use regular <label> element to provide a label to the <input type="date">.

Note that Vaadin date picker includes an implementation of a label within <vaadin-date-picker> via attribute, but the Uniform component does not use that.

Uniform

Uniform in shadow root

Placeholder attribute

Uniform

Uniform in shadow root

Pre-selected value

Uniform

Uniform in shadow root

Disabled and readonly

Uniform

Uniform in shadow root

Min and max dates

Uniform

Uniform in shadow root

More demos