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 file request dialog keeps asking for upload destination if ignored for the first time #50055

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

falghamdi125
Copy link
Contributor

Hello everyone,

Summary

This PR fixes the issue in the validation process of the file request dialog. If you did not enter a destination folder and click next, the dialog fails to clear the first reported validity status.

This PR resolves an issue in the validation process of the file request dialog. Previously, if no destination folder was entered and the 'Next' button was clicked, the dialog failed to reset the initial validity status, leading to incorrect validation feedback.

What I did was:

  • Prevented going to the next step if the destination folder is invalid.
  • Added helper text to inform users that selecting the root folder is not allowed.
  • Cleared the error message and helper text once a valid path is selected.

@skjnldsv

Checklist

…estination if ignored the first time.

Signed-off-by: Faisal Alghamdi <[email protected]>
@falghamdi125 falghamdi125 force-pushed the fix_file_request_dialog_validation branch from 8746751 to 2e30e08 Compare January 8, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant