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
* `disabled`: Whether the input should be disabled. Useful for disabling sending further messages while a chatbot is replying,
60
61
among other things.
61
62
* `style`: CSS styles to apply to the `solara.Row` containing the input field and submit button. Either a string or a dictionary.
63
+
* `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.
62
64
* `input_text_style`: CSS styles to apply to the `InputText` part of the component. Either a string or a dictionary.
63
65
* `classes`: A list of CSS classes to apply to the component. Also applied to the container.
64
66
* `input_text_classes`: A list of CSS classes to apply to the `InputText` part of the component.
0 commit comments