File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 === "" ) {
You can’t perform that action at this time.
0 commit comments