You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`format`**| <code>string</code> | The format in which values are received and returned. | <code>'yyyy-MM-dd'T'HH:mm:ss.sss'Z''</code> | 0.0.1 |
123
-
|**`locale`**| <code>string</code> | BCP 47 language tag to define the language of the UI. || 0.0.2 |
124
-
|**`max`**| <code>string</code> | The latest date and time to accept. The format of this value must match the value of the `format` parameter. This value must specify a date string later than or equal to the one specified by the `min` attribute. || 0.0.1 |
125
-
|**`min`**| <code>string</code> | The earliest date and time to accept. The format of this value must match the value of the `format` parameter. This value must specify a date string earlier than or equal to the one specified by the `max` attribute. || 0.0.1 |
126
-
|**`mode`**| <code>'date' \| 'time' \| 'datetime'</code> | Whether you want a date or time or datetime picker. | <code>'datetime'</code> | 0.0.1 |
127
-
|**`theme`**| <code>'auto' \| 'light' \| 'dark'</code> | Choose the theme that the datetime picker should have. With `auto` the system theme is used. This value overwrites the `theme` configuration value. Only available on Android and iOS. Spinner options only available on Android || 0.0.1 |
128
-
|**`value`**| <code>string</code> | The predefined value when opening the picker. The format of this value must match the value of the `format` parameter. || 0.0.1 |
129
-
|**`androidTimePickerMode`**| <code>'clock' \| 'spinner'</code> | Whether to use the spinner or clock mode for the time picker on Android. This value overwrites the `androidTimePickerMode` configuration value. Only available on Android. || 5.1.0 |
130
-
|**`androidDatePickerMode`**| <code>'spinner' \| 'calendar'</code> | Whether to use the calendar or spinner mode for the date picker on Android. This value overwrites the `androidDatePickerMode` configuration value. Only available on Android. || 5.1.0 |
|**`format`**| <code>string</code> | The format in which values are received and returned. | <code>'yyyy-MM-dd'T'HH:mm:ss.sss'Z''</code> | 0.0.1 |
123
+
|**`locale`**| <code>string</code> | BCP 47 language tag to define the language of the UI. || 0.0.2 |
124
+
|**`max`**| <code>string</code> | The latest date and time to accept. The format of this value must match the value of the `format` parameter. This value must specify a date string later than or equal to the one specified by the `min` attribute. || 0.0.1 |
125
+
|**`min`**| <code>string</code> | The earliest date and time to accept. The format of this value must match the value of the `format` parameter. This value must specify a date string earlier than or equal to the one specified by the `max` attribute. || 0.0.1 |
126
+
|**`mode`**| <code>'date' \| 'time' \| 'datetime'</code> | Whether you want a date or time or datetime picker. | <code>'datetime'</code> | 0.0.1 |
127
+
|**`theme`**| <code>'auto' \| 'light' \| 'dark'</code> | Choose the theme that the datetime picker should have. With `auto` the system theme is used. This value overwrites the `theme` configuration value. Only available on Android and iOS. Spinner options only available on Android || 0.0.1 |
128
+
|**`value`**| <code>string</code> | The predefined value when opening the picker. The format of this value must match the value of the `format` parameter. || 0.0.1 |
129
+
|**`androidTimePickerMode`**| <code>'clock' \| 'spinner'</code> | Whether to use the spinner or clock mode for the time picker on Android. This value overwrites the `androidTimePickerMode` configuration value. Only available on Android. || 5.1.0 |
130
+
|**`androidDatePickerMode`**| <code>'spinner' \| 'calendar'</code> | Whether to use the calendar or spinner mode for the date picker on Android. This value overwrites the `androidDatePickerMode` configuration value. Only available on Android. || 5.1.0 |
131
+
|**`minuteInterval`**| <code>number</code> | The minute interval of the time picker. This controls the granularity of the minute selector (e.g., 15 for 0, 15, 30, 45). The value must be evenly divisible into 60. Only available on iOS when using time or datetime modes. On Android, this parameter is ignored. | <code>1</code> | 6.1.0 |
0 commit comments