Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Disable Send/Submit Button by Default in Chat Section #193

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

Prasanjeet-Microsoft
Copy link
Contributor

Purpose

  • The purpose of this PR is to modify the chat UI such that the "Send" button is disabled by default. It will only be enabled once the user enters text into the chat input field. This behavior improves the user experience by preventing users from sending empty messages

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

What to Check

Verify that the following are valid:

The Send button is disabled by default.
The Send button becomes enabled when text is entered.
No breaking changes are introduced in the chat feature.

@Roopan-Microsoft Roopan-Microsoft merged commit aa14d56 into dev Feb 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants