You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `send_callback`: A callback function for when the user presses enter or clicks the send button taking the message as an argument.
60
-
* `disabled`: Whether the input should be disabled. Useful for disabling sending further messages while a chatbot is replying,
61
-
among other things.
62
+
* `disabled`: disable both input and send.
63
+
* `disabled_input`: Whether the input should be disabled. Useful for disabling messages while a chatbot is replying.
64
+
* `disabled_send`: Whether the send button should be disabled. Useful for disabling sending further messages while a chatbot is replying.
62
65
* `style`: CSS styles to apply to the `solara.Row` containing the input field and submit button. Either a string or a dictionary.
63
66
* `autofocus`: Determines if a component is to be autofocused or not (Default is False). Autofocus will occur during page load and only one component per page can have autofocus active.
64
67
* `input_text_style`: CSS styles to apply to the `InputText` part of the component. Either a string or a dictionary.
0 commit comments