File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ const metadata = {
301301 /**
302302 * Fired when selection is changed by user interaction
303303 *
304- * @event sap.ui.webcomponents.main.Combobox #selection-change
304+ * @event sap.ui.webcomponents.main.ComboBox #selection-change
305305 * @param {HTMLElement } item item to be selected.
306306 * @public
307307 */
Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ const INITIAL_SPEED = 120; // milliseconds
345345 * <li>To enter dates and times. In this case, use date/time related components instead.</li>
346346 * </ul>
347347 *
348- * For the <code>ui5-step-input</code>
349348 * <h3>ES6 Module Import</h3>
350349 *
351350 * <code>import @ui5/webcomponents/dist/StepInput.js";</code>
@@ -355,7 +354,7 @@ const INITIAL_SPEED = 120; // milliseconds
355354 * @alias sap.ui.webcomponents.main.StepInput
356355 * @extends UI5Element
357356 * @tagname ui5-step-input
358- * @since 1.0.0-rc.12
357+ * @since 1.0.0-rc.13
359358 * @public
360359 */
361360class StepInput extends UI5Element {
You can’t perform that action at this time.
0 commit comments