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

🐛 ConfirmDeleteDialog: always clear name input value on action #1479

Merged
merged 2 commits into from
Oct 17, 2023

Commits on Oct 16, 2023

  1. 🐛 ConfirmDeleteDialog: always clear name input value on action

    ConfirmDeleteDialog requires the user to enter the item's name
    before the delete button is enabled.  The user entered text was
    being cleared on Cancel and Close, but not on Confirm.  Action
    handlers now clear the user entered text on ALL actions.
    
    Resolves: konveyor#1478
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d998da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09de2f8 View commit details
    Browse the repository at this point in the history