material-ui-confirm icon indicating copy to clipboard operation
material-ui-confirm copied to clipboard

Simple confirmation dialogs built on top of @mui/material and straightforward to use thanks to React Hooks

Results 9 material-ui-confirm issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/jonatanklosko/material-ui-confirm/issues/57 The following options have been added: - confirmationKeyword - confirmationKeywordTextFieldProps - getConfirmationKeywordPlaceholder If `confirmationKeyword` is provided a TextField is rendered and the confirmation button is disabled. When the...

When trying to use `ConfirmProvider`, I'm getting the following error: ``` (alias) const ConfirmProvider: React.ComponentType import ConfirmProvider 'ConfirmProvider' cannot be used as a JSX component. Its element type 'ReactElement |...

Is there a way to add an input to the Confirm Dialog to enter a control word? After entering this word, the button will become active. Thank you ![Screenshot 2022-09-19...

According [#92 ](https://github.com/jonatanklosko/material-ui-confirm/issues/92) Add an acknowledge checkbox option. Until this checkbox is unchecked the confirm button will be disabled. Additionally you can set the custom label, custom form control props...

Hey, @jonatanklosko! I have a feature that adds an acknowledge checkbox if it's needed. Until this checkbox is unchecked the confirm button will be disabled. Additionally you can set the...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

today there are 2 output files: * `material-ui-confirm.cjs.js` * `material-ui-confirm.esm.js` Unfortunately none of them can be used as UMD in the browser A broader use case - would be to...

I wanted to change the color for the cancel and confirm buttons but it did not work as I had hoped. Could you guide me on how best I can...