sbb-form-field
If the two components are used within a sbb-form-field,
they are automatically linked and the sbb-datepicker-previous-day
will be projected in the prefix
slot of the sbb-form-field
;
otherwise, they can be connected using the datePicker
property as described above.
The sbb-datepicker-previous-day
has an internal disabled state, which is set looking at the sbb-datepicker
's input:
if it is disabled, or if the selected date is equal to the input's min
attribute, the component is disabled.
<sbb-form-field>
<sbb-datepicker-previous-day></sbb-datepicker-previous-day>
<input />
<sbb-datepicker></sbb-datepicker>
</sbb-form-field>
NOTE: Since the component needs the sbb-datepicker
to work properly,
both standalone or within the sbb-form-field
, they must have the same parent element to be correctly connected.
Name | Attribute | Privacy | Type | Default | Description |
---|---|---|---|---|---|
name | name | public | string | undefined | The name attribute to use for the button. | |
negative | negative | public | boolean | false | Negative coloring variant flag. |
datePicker | date-picker | public | string | SbbDatepicker | undefined | Datepicker reference. |