redux-form/redux-form

Feature request: Async field level validation

Open

#2,763 opened on 2017年4月2日

GitHub で見る
 (27 comments) (47 reactions) (0 assignees)JavaScript (12,592 stars) (1,683 forks)batch import
enhancementhelp wanted

説明

It would be great to be able to use promise-based validation libraries like yup for field level validation but it seems that redux-form only supports sync validation functions on fields.

There's a stack overflow post and this article discussing use of the asyncValidate config option but I don't think there are any options for async field level validation.

コントリビューターガイド