Raymond Bernardo
Results
2
issues of
Raymond Bernardo
I would like to validate an email's uniqueness asynchronously using an API call. If the `validateEmail` prop accepted promises then this could be done easily. For example: ```JavaScript { this.setState({...
## Issue Creation Checklist - [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Bug Description Typescript CreationAttributes are being marked as optional regardless of actually marking them as so. When...