Skip to content

Commit d43823f

Browse files
enhancement(components): add new props to documentation
1 parent e8dbc07 commit d43823f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ The `<VirtualKeyboard />` uses two arrays to allow you to set keys and define cu
6868
| keyTextStyle | object | Yes | See VirtualKeyboard.js | Style applied to the text inside each key. |
6969
| keyImageStyle | object | Yes | See VirtualKeyboard.js | Style applied to image in a key. If an image is passed. |
7070
| messageStyle | object | Yes | See VirtualKeyboard.js | Style applied to popup error. Can set the background colour here. |
71-
| messageTextStyle| object | Yes | See VirtualKeyboard.js | Style applied to the text inside the popup error.
71+
| messageTextStyle| object | Yes | See VirtualKeyboard.js | Style applied to the text inside the popup error.
72+
| messageTestID| string | Yes | "MessageContainer" | TestID belonging to the view component of the popup error.
73+
| messageTextTestID| string | Yes | "Message" | TestID belonging to the text component inside the popup error.
7274

7375
## Contributing
7476

0 commit comments

Comments
 (0)