Skip to content

Commit b38ce39

Browse files
authored
chore(ui5-time-picker): since tags are updated (#13358)
Since tags are updated on displayValue, valueFormat properties and isValidValue method
1 parent ba4a08b commit b38ce39

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/main/src/TimePicker.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class TimePicker extends UI5Element implements IFormInputElement {
263263
/**
264264
* Determines the format, displayed in the input field.
265265
* @default undefined
266-
* @since 2.20.0
266+
* @since 2.21.0
267267
* @public
268268
*/
269269
@property()
@@ -272,7 +272,7 @@ class TimePicker extends UI5Element implements IFormInputElement {
272272
/**
273273
* Determines the format, used for the value attribute.
274274
* @default undefined
275-
* @since 2.20.0
275+
* @since 2.21.0
276276
* @public
277277
*/
278278
@property()
@@ -880,6 +880,7 @@ class TimePicker extends UI5Element implements IFormInputElement {
880880
* **Note:** an empty string is considered as valid value.
881881
* @param value The value to be tested against the value format
882882
* @public
883+
* @since 2.21.0
883884
*/
884885
isValidValue(value: string | undefined): boolean {
885886
if (value === "") {

0 commit comments

Comments
 (0)