diff --git a/packages/orbit-components/src/InputField/README.md b/packages/orbit-components/src/InputField/README.md index 1d9ce8df95..5cbe0c752a 100644 --- a/packages/orbit-components/src/InputField/README.md +++ b/packages/orbit-components/src/InputField/README.md @@ -81,8 +81,6 @@ The table below contains all types of props available in the InputField componen - The `error` prop overwrites the `help` prop, due to higher priority. -- The color of the label will turn into cloud shade when the InputField has some filled value. - - You can use `string` for currency InputField, or `React.Node` for InputField with icon. - If you want to use `ButtonLink` as suffix for the `InputField`, use `transparent` prop for the `ButtonLink`, e.g.: diff --git a/packages/orbit-components/src/InputGroup/README.md b/packages/orbit-components/src/InputGroup/README.md index 37d6115901..74dd16fb35 100644 --- a/packages/orbit-components/src/InputGroup/README.md +++ b/packages/orbit-components/src/InputGroup/README.md @@ -60,8 +60,6 @@ Table below contains all types of the props available in InputGroup component. - You can set up different `flex` attribute for every children, or use one for all. See [flex property docs](https://www.w3schools.com/cssref/css3_pr_flex.asp) for more information. -- The color of the label will turn into cloud shade when all children have some filled value. - - If the passed children into the InputGroup won't have any callbacks - either `onChange`, `onFocus` or `onBlur`, the passed callback of the InputGroup will be used. - Define `size` only for the **InputGroup**, it will set up the proper styling for everything automatically. diff --git a/packages/orbit-components/src/Textarea/README.md b/packages/orbit-components/src/Textarea/README.md index 4d5ede1e1b..b5ab4dd6fb 100644 --- a/packages/orbit-components/src/Textarea/README.md +++ b/packages/orbit-components/src/Textarea/README.md @@ -59,8 +59,6 @@ Table below contains all types of the props available in Textarea component. - The `error` prop overwrites the `help` prop, due to higher priority. -- The color of the label will turn into cloud shade when the Textarea has some filled value. - - `ref` can be used for example auto-focus the elements immediately after render. ```jsx