I want to build a multi step Input form in ionic 2 where a user cannot go to second step without completing the first.
how to implement?
I want to build a multi step Input form in ionic 2 where a user cannot go to second step without completing the first.
how to implement?
I personally prefer to use the ion slides for that. A next/previous to change slide which can be hidden/shown based on a variable which is checked on ionChange of the form component (if using ion components) otherwise an ngChange.