Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Aug 28, 2024
1 parent 097b6ba commit 1fbda68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/styles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Styling for the chat view's bottom area dedicated for text input and file button
Custom details for the chat's text input. <br />
`styles` object defines the styling for the `text` element and its box `container`. The `focus` property is used to set the container style when it is focused. <br />
`placeholder` object's `text` property is the initial text that is displayed on the input before the user makes any actions and
`style` can be used to customize it. Use [`setPlaceholderText`](/docs/methods#setPlaceholderText) to set text after user submits a message. <br />
`style` can be used to customize it. Use [`setPlaceholderText`](/docs/methods#setPlaceholderText) to change it dynamically. <br />
`characterLimit` is the maximum number of charactes that can be inserted into the text input. <br />
`disabled` is used to prevent the user from inserting text. This also comes with its own custom styling. <br />

Expand Down

0 comments on commit 1fbda68

Please sign in to comment.