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
| format24h | Boolean | Show the timepicker in 24 hour format. The masked value will not be affected. |
194
237
| display-value | Boolean or String | If the value is `true` or a `string`, the internal QInput will be readonly. If the value is `true` the calendar and numeric system used to format the date will not be forced to be the gregorian calendar and latin numbers. If value is a `string`, the format function will be ignored and the `display-value` will be used directly in the `input` (default: `false`) |
195
-
| icon | String | The icon of the picker (default: `access_time` when the mode is `time`, otherwise `event`) |
238
+
| icon | String | The icon of the picker (default: `access_time` when the mode is `time`, otherwise `event`) (obs: `date-icon` and/or `time-icon` props has a high priority) |
239
+
| date-icon | String | The icon of the picker when the mode is equals to `date` or `datetime` (default: `event`) |
240
+
| time-icon | String | The icon of the picker when the mode is equals to `time` (default: `access_time`) |
196
241
| landscape | Boolean | Show the picker in landscape mode (default: false) |
197
242
| today-btn | Boolean | Display a button that selects the current day (`date` and `datetime` modes only) (default: false) |
198
243
| now-btn | Boolean | Display a button that selects the current time (`time` and `datetime` modes only) (default: false) |
0 commit comments