shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 36 forks source link

2 async fields #121

Open jakubrpawlowski opened 1 year ago

jakubrpawlowski commented 1 year ago

When 2 fields use [@field.async] then valid() function returns Some(true) even if one of them is invalid or even empty.