Open SvetlanaIo opened 1 year ago
We can try to add an async callback in the following milestone if there is enough time. In the meantime, we're open to any contribution if you have some time to spare.
@David-Moreira, do you think we should do this change in 1.5? It is kinda a breaking change for the user if it suddenly stops working as an async. And if we introduce a new NavigationAllowedAsync,
, we go against our naming guidelines without the *Async
suffix.
Hello! I have the following task related to Steps. I must make it possible to go to the next step only if the form is valid. This works fine while i dont use async validators. I would really like to have support for asynchronous methods. Like example below.