Can I disable asyncronous validation with redux form on form submit? -


this question specific redux-form.

i using asyncronous validation field don't want re-validate on form submit validation expensive.

i've looked @ github issue https://github.com/erikras/redux-form/issues/681 , suggestion memoize async validation function. don't want go server this, there way access store inside asyncvalidate?

from redux-form code, looks should possible check fields async errors inside handlesubmit function, rather calling asyncvalidate(). added configuration option redux-form?

v6.0.0-alpha.8, released yesterday, introduced shouldasyncvalidate() config parameter addresses specific issue.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -