Skip to content

Commit 66122eb

Browse files
committed
docs: Add new chat input focused and disabled styles
1 parent 0f6799b commit 66122eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/api/bot_options.md

+4
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ const defaultOptions = {
151151
bodyStyle: {},
152152
chatInputContainerStyle: {},
153153
chatInputAreaStyle: {},
154+
chatInputAreaFocusedStyle: {},
155+
chatInputAreaDisabledStyle: {},
154156
userBubbleStyle: {},
155157
botBubbleStyle: {},
156158
botOptionStyle: {},
@@ -419,6 +421,8 @@ If you wish to make further changes to the chatbot styles, then below is the lis
419421
| chatHistoryLineBreakStyle | object | {} | Styles for the chat history line break. |
420422
| chatInputContainerStyle | object | {} | Styles for the chatbot input text area. |
421423
| chatInputAreaStyle | object | {} | Styles for the chatbot input container. |
424+
| chatInputAreaFocusedStyle | object | {} | Styles for the chatbot input container when it is focused. |
425+
| chatInputAreaDisabledStyle | object | {} | Styles for the chatbot input container when it is disabled. |
422426
| chatWindowStyle | object | {} | Styles for the chatbot window. |
423427
| footerStyle | object | {} | Styles for the chatbot footer. |
424428
| headerStyle | object | {} | Styles for the chatbot header. |

0 commit comments

Comments
 (0)