personium / app-uc-cell-creator-wizard

It's just a DEMO! (Don't worry, you cannot create a cell.)
https://demo.personium.io/app-uc-cell-creator-wizard/__/index.html?lng=en
Apache License 2.0
1 stars 4 forks source link

Does not validate when input fields are hidden #1

Closed dixonsiu closed 6 years ago

dixonsiu commented 7 years ago

When "Next" is click or a tab jumping forward, the current pane is validated. However, the hidden input fields from those panes which are between the current and target pane are not validated.

Solution 1: don't allow tab click that jumps forward more than 1 pane

Solution 2: disable tab click altogether

dixonsiu commented 7 years ago

Hidden field not being validated is the expected behaviour when using wizard. Therefore, applying either of the above solution is correct.