File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments