We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe0b8b commit 785fa89Copy full SHA for 785fa89
1 file changed
packages/main/src/Input.ts
@@ -169,7 +169,7 @@ type InputSuggestionScrollEventDetail = {
169
*
170
* The `ui5-input` component allows the user to enter and edit text or numeric values in one line.
171
172
- * Additionally, you can provide `suggestionItems`,
+ * Additionally, you can provide `suggestionItems`
173
* that are displayed in a popover right under the input. Keep in mind that `ui5-input` with type `Number` does not support suggestions.
174
175
* The text field can be editable or read-only (`readonly` property),
0 commit comments