-
Notifications
You must be signed in to change notification settings - Fork 358
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
Issues with the AsyncCredentials component #6656
Comments
When submitting the form, the component also submits itself as valid. It is kinda obvious as you cannot submit stuff with invalid credentials, so I think that shouldn't happen at all. However, I would understand if you want to keep this behavior. In such case, would be a way to not have this "feature" in my specialized component? Edit: nevermind, I am just removing the value(s) upon submit |
The Resolved in #6673 |
A |
I suspect the enhanced onChange is going to be a problem. Maybe it is not passed down properly. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation. |
Right now the
AsyncCredentials
component marks itself invalid if at least one of itsfields
gets changed after a validation. However, if you change a field fromvalidationDependencies
, the form still shows as valid.Parent issue: ManageIQ/manageiq#18818
@miq-bot add_label bug
@miq-bot assign @Hyperkid123
The text was updated successfully, but these errors were encountered: