Igor Marcossi
Igor Marcossi
I'm sorry, I'm not an angular user, so I can't answer your question :( But I'll leave the issue open in case of anyone who can help you out :)
I'd love that they implement it, but I need to adapt the code to their component based system, rewrite de css in scss and actually rewrite the whole code for...
### About the issue In the docs, it's like this: > **Feedback function** > There's a way to make the buttons run a function instead of proceeding, just add a...
Yeah, the promise inside validationFunction is a problem. I'll be doing some tests and edit this answer asap, but in the next version I'll change it to something that works...
(I've updated the above answer)
When I said "fast" or "slow", I meant sync or async. A sync task is usually faster (in a UX pov) than an async one, if it's not, it should...
But async functions are usually used to contact the database. Using your example, why would users want to `checkEmail()` in every step? `validationFunction` can't be changed once you initialize the...
So, the flow I had in mind when I refactored the MStepper was: **Simple global input validation:** A simple way to check if `required` inputs are empty or not. Could...
Updated answer!
Unfortunately there's currently no plans to support Vue. I'm sorry.