Skip to content

Commit 56e571c

Browse files
committed
docs: fix components JS doc (#3038)
1 parent decd70c commit 56e571c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/main/src/ComboBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

packages/main/src/StepInput.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/
361360
class StepInput extends UI5Element {

0 commit comments

Comments
 (0)