sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
61 stars 41 forks source link

"ui:widget": "password" does not validate whether the two passwords are the same #1587

Open dinithihj opened 3 months ago

dinithihj commented 3 months ago

Using "ui:widget": "password" does not check if the two password entries are the same. The form should check that both passwords match and show an error if they don't. Currently, the form allows submission even when the passwords are different.

Sample Process model - https://dev.app.spiff.status.im/process-models/misc:qa:json-password-widget-validation

Sample Process Model copied from react-jsonschema-form Validation section example, where the validation works.

burnettk commented 2 months ago

please try with ui:theme mui