Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert empty email string to null instead of undefined (#1492)
final-form automatically converts "" -> undefined. Explicitly work around this to use null instead. The API treats nulls as null values and undefined as unchanged or omitted values
- Loading branch information