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: guidelines/components/v3_autocomplete/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Autocomplete
2
2
3
+
⚠️ **This component has been deprecated in v4.0.0, use [autosuggest](https://developer.dxc.com/design/guidelines/components/autosuggest) component instead.**
Copy file name to clipboardExpand all lines: guidelines/components/v3_date/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Date-picker
2
2
3
+
4
+
⚠️ **This component has been deprecated in v4.0.0, use the [date input](https://developer.dxc.com/design/guidelines/components/date-input) component instead.**
Copy file name to clipboardExpand all lines: guidelines/components/v3_text-input/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Text-inputs
2
2
3
+
4
+
⚠️ **This component has been deprecated in v4.0.0, use the [text input](https://developer.dxc.com/design/guidelines/components/text-input) component instead.**
Text inputs are the standard way to receive the user input into an application. There are several types of inputs to cover a spectrum, from email inputs to numbers.
4
9
Each input should specify which property the user is editing and indicate clearly the status of the field in every interaction.
0 commit comments