ClusterLabs / anvil

The Anvil! Intelligent Availability™ Platform, mark 3
5 stars 6 forks source link

Striker initialization form won't allow submitting even when all fields are complete #562

Open digimer opened 6 months ago

digimer commented 6 months ago

Specifically, I setup the network first (mapped NICs, set IPs, gateway, etc), then I went up and filled the top of the form out (sequence, name, password, etc) and the "Initialize" button stayed grayed out. I had to re-edit the DNS field and then it finally enabled the button. Once all fields are good, the button should become available.

ylei-tsubame commented 4 months ago

Couldn't reproduce on a new striker, but can be reproduced on reconfigure; this was during #609

Reconfigure fills all known fields except for the password fields. The submit button doesn't enable after filling the password fields; the user needs to change at least one other field, i.e. DNS, to get the submit button to enable.

However, this issue should be solved once we switch the striker config forms to use the formik module.