gradio
b9b8d08b - Fix disabling buttons in `MultimodalTextbox` when `interactive=False` (#10902)

Commit
1 year ago
Fix disabling buttons in `MultimodalTextbox` when `interactive=False` (#10902) * Fix #9967: interactive=False not disabling buttons In the MultimodalTextbox component, when interactive=False, the submit button remained active allowing users to submit inputs without being able to edit them. To fix this, I added restrictions to disable the submit, file upload and microphone buttons when interactive=False. * format * add changeset --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Author
Parents
Loading