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
|`confirmButtonLabel`| string |`'OK'`| Confirm button inner HTML |
172
-
|`confirmButtonClasses`| array\| string |`['btn', 'btn-sm', 'btn-primary']`| CSS class names that will be added to the confirm button |
172
+
|`confirmButtonClasses`| array, string |`['btn', 'btn-sm', 'btn-primary']`| CSS class names that will be added to the confirm button |
173
173
|`container`| string |`'dropdown'`| <p>Set container type for the component.</p><ul><li>`'dropdown'`</li><li>`'inline'`</li></ul>|
174
174
|`disabled`| boolean |`false`| Toggle the disabled state for the component. |
175
+
|`footer`| boolean |`true`| Toggle visibility of footer element. |
176
+
|`hours`| array, function, null |`null`| Specify a list of available hours using an array, or customize the filtering of hours through a function. |
175
177
|`indicator`| boolean |`true`| Toggle visibility or set the content of the input indicator. |
176
178
|`inputReadOnly`| boolean |`false`| Toggle the readonly state for the component. |
177
179
|`invalid`| boolean |`false`| Toggle the invalid state for the component. |
178
180
|`locale`| string |`'default'`| Sets the default locale for components. If not set, it is inherited from the navigator.language. |
181
+
|`minutes`| array, boolean, function |`true`| Toggle the display of minutes, specify a list of available minutes using an array, or customize the filtering of minutes through a function. |
179
182
|`name`| string |`null`| Set the name attribute for the input element. |
180
183
|`placeholder`| string |`'Select time'`| Specifies a short hint that is visible in the input. |
181
-
|`size`|`'sm'`\|`'lg'`|`null`| Size the component small or large. |
182
-
|`time`| date \| string \| null |`null`| Default value of the component |
184
+
|`seconds`| array, boolean, function |`true`| Toggle the display of seconds, specify a list of available seconds using an array, or customize the filtering of seconds through a function. |
185
+
|`size`|`'sm'`, `'lg'`|`null`| Size the component small or large. |
186
+
|`time`| date, string, null |`null`| Default value of the component |
183
187
|`valid`| boolean |`false`| Toggle the valid state for the component. |
184
-
|`variant`|`'inline'`\|`'roll'`|`'roll'`| Set the time picker variant to a roll or select. |
188
+
|`variant`|`'inline'`,`'roll'`|`'roll'`| Set the time picker variant to a roll or select. |
0 commit comments