Skip to content

Commit

Permalink
docs: remove incorrect information about label color change
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova committed Sep 12, 2024
1 parent 35b6754 commit c095c87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/orbit-components/src/InputField/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.:
Expand Down
2 changes: 0 additions & 2 deletions packages/orbit-components/src/InputGroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions packages/orbit-components/src/Textarea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c095c87

Please sign in to comment.