Support "async" validation functions #4004
barrywhart
started this conversation in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, it appears that asynchronous validation functions are not supported, resulting in an error, "TypeError: Type is not JSON serializable: coroutine". This would be a useful feature. I have a case where an input (text) field needs to be validated for uniqueness, and this requires querying the application database, which is an
async
call.Beta Was this translation helpful? Give feedback.
All reactions