Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/main/src/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const metadata = {
/**
* Fired when selection is changed by user interaction
*
* @event sap.ui.webcomponents.main.Combobox#selection-change
* @event sap.ui.webcomponents.main.ComboBox#selection-change
* @param {HTMLElement} item item to be selected.
* @public
*/
Expand Down
3 changes: 1 addition & 2 deletions packages/main/src/StepInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ const INITIAL_SPEED = 120; // milliseconds
* <li>To enter dates and times. In this case, use date/time related components instead.</li>
* </ul>
*
* For the <code>ui5-step-input</code>
* <h3>ES6 Module Import</h3>
*
* <code>import @ui5/webcomponents/dist/StepInput.js";</code>
Expand All @@ -355,7 +354,7 @@ const INITIAL_SPEED = 120; // milliseconds
* @alias sap.ui.webcomponents.main.StepInput
* @extends UI5Element
* @tagname ui5-step-input
* @since 1.0.0-rc.12
* @since 1.0.0-rc.13
* @public
*/
class StepInput extends UI5Element {
Expand Down