You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/document/docs/components/desktop/combobox.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Here is a list of properties that can be used for modifying the component:
26
26
| error | string | "" | Text to be displayed in error | Error will not be displayed if unspecified or empty |
27
27
| id | string | "" | Component id name ||
28
28
| label | string | "" | Label for the component | Label is not displayed if unspecified or empty |
29
+
| placeholder | string | "" | Placeholder text displayed in the input field ||
29
30
| value | string | "" | Component value | No option will be selected if the value is unspecified<br/>Will result an error if the value is not a string |
Copy file name to clipboardExpand all lines: docs/document/versioned_docs/version-1.19.0/components/desktop/combobox.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Here is a list of properties that can be used for modifying the component:
26
26
| error | string | "" | Text to be displayed in error | Error will not be displayed if unspecified or empty |
27
27
| id | string | "" | Component id name ||
28
28
| label | string | "" | Label for the component | Label is not displayed if unspecified or empty |
29
+
| placeholder | string | "" | Placeholder text displayed in the input field ||
29
30
| value | string | "" | Component value | No option will be selected if the value is unspecified<br/>Will result an error if the value is not a string |
0 commit comments