Skip to content

Commit

Permalink
Docs(web-twig): Update TextFieldBase message prop API to same type as…
Browse files Browse the repository at this point in the history
… other multiline messages
  • Loading branch information
crishpeen committed May 25, 2023
1 parent 829171b commit f3c109c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Without lexer:
| `isRequired` | `bool` | `false` | no | If true, input is required |
| `label` | `string` || yes\* | Label text |
| `UNSAFE_label` | `string` || yes\* | Unescaped label text |
| `message` | `string`, `array` | `null` | no | Validation message |
| `UNSAFE_message` | `string`, `array` | `null` | no | Unescaped validation message |
| `message` | `string`, `string[]` | `null` | no | Validation message |
| `UNSAFE_message` | `string`, `string[]` | `null` | no | Unescaped validation message |
| `name` | `string` | `null` | no | Input name |
| `pattern` | `string` | `null` | no | Defines regular expressions for allowed value types |
| `placeholder` | `string` | `null` | no | Input placeholder |
Expand Down

0 comments on commit f3c109c

Please sign in to comment.