Skip to content

Commit 3413bfd

Browse files
authored
Merge pull request #654 from dxc-technology/components-deprecated
[Docs] Deprecated component alert message
2 parents 98c025c + 6c52c32 commit 3413bfd

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

guidelines/components/v3_autocomplete/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Autocomplete
22

3+
⚠️ **This component has been deprecated in v4.0.0, use [autosuggest](https://developer.dxc.com/design/guidelines/components/autosuggest) component instead.**
4+
5+
____________________________________________________________
6+
37
The autocomplete component, also known as predictive search is an input field that suggests different options to the user based on his input.
48

59

guidelines/components/v3_date/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Date-picker
22

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.**
5+
6+
____________________________________________________________
7+
38
A date input is a user interface element where the user can type or select a date in a predefined format.
49

510
## States

guidelines/components/v3_text-input/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Text-inputs
22

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.**
5+
6+
____________________________________________________________
7+
38
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.
49
Each input should specify which property the user is editing and indicate clearly the status of the field in every interaction.
510

0 commit comments

Comments
 (0)