We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer I want to be able to configure a basic confirmation dialog for actions that a user wouldn't want to take accidentally.
We should add an optional isConfirmDanger?: boolean prop to the BasicModal component such that if true:
isConfirmDanger?: boolean
BasicModal
If the prop is not set or is set to false, the behavior should be as-is:
The text was updated successfully, but these errors were encountered:
feature: isConfirmDangerProp
b6a3bae
resolves deephaven#1109
fix: Addressed CC comment
d652ffd
feat: isConfirmDangerProp (#1110)
ffb7ada
resolves #1109
bmingles
Successfully merging a pull request may close this issue.
As a developer I want to be able to configure a basic confirmation dialog for actions that a user wouldn't want to take accidentally.
We should add an optional
isConfirmDanger?: boolean
prop to theBasicModal
component such that if true:If the prop is not set or is set to false, the behavior should be as-is:
The text was updated successfully, but these errors were encountered: