We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347dd4f commit 4d4788aCopy full SHA for 4d4788a
shiny/ui/_chat.py
@@ -951,9 +951,9 @@ def update_user_input(
951
placeholder
952
The placeholder text for the user input.
953
submit
954
- Whether to automatically submit the text for the user.
+ Whether to automatically submit the text for the user. Requires `value`.
955
focus
956
- Whether to move focus to the input element.
+ Whether to move focus to the input element. Requires `value`.
957
"""
958
959
if value is None and (submit or focus):
0 commit comments