Skip to content

Commit

Permalink
fixup! Docs(web-react): Set correct type of autoComplete prop in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 9, 2024
1 parent 0deb827 commit dfb192e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/TextField/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TextField with password toggle (button to reveal the password):
## API

| Name | Type | Default | Required | Description |
| ------------------- |-----------------------------------------------------------------------------| ------- | -------- | ----------------------------------------------------------------------- |
| ------------------- | --------------------------------------------------------------------------- | ------- | -------- | ----------------------------------------------------------------------- |
| `autoComplete` | `string` ||| [Automated assistance in filling][autocomplete-attr] |
| `hasPasswordToggle` | `bool` ||| If true, the `type` is set to `password` and a password toggle is shown |
| `helperText` | `string` ||| Custom helper text |
Expand Down
2 changes: 1 addition & 1 deletion packages/web-react/src/components/TextFieldBase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TextFieldBase with password toggle (button to reveal the password):
## API

| Name | Type | Default | Required | Description |
| ------------------- |-----------------------------------------------------------------------------| ------- | -------- | ----------------------------------------------------------------------- |
| ------------------- | --------------------------------------------------------------------------- | ------- | -------- | ----------------------------------------------------------------------- |
| `autoComplete` | `string` ||| [Automated assistance in filling][autocomplete-attr] |
| `hasPasswordToggle` | `bool` ||| If true, the `type` is set to `password` and a password toggle is shown |
| `helperText` | `string` ||| Custom helper text |
Expand Down

0 comments on commit dfb192e

Please sign in to comment.