-
Notifications
You must be signed in to change notification settings - Fork 31
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
type="input" not working #32
Comments
Confirmed. The basic type="input" is missing. Is this a oversight? |
The What exactly are you expecting |
There are a whole bunch of input types in SweetAlert2 that allow you to enter data: https://sweetalert2.github.io/#input-types Not sure how to support these with this React wrapper, but without this--I'm looking at other solutions. |
@critgames @suhailkc the inputType is even removed from the accepted props of the wrapper |
Use Swal.fire({ |
why type="input" is not working ???
I got an error when using
type="input"
:SweetAlert2: Unknown type! Expected "success", "error", "warning", "info" or "question", got "input"
Screenshot:
click to view error screenshot
The text was updated successfully, but these errors were encountered: