SEMOSS / semoss-ui

Apache License 2.0
17 stars 3 forks source link

[TASK] Engine form field validation check before submission #241

Open memisrose opened 2 months ago

memisrose commented 2 months ago

Description

On creation of function, database, vector, storage, and model have form field validation done before submission on input fields. This validation should check that these fields do not contain characters they should not and then notify the user with red helper text to fix the field.

Existing

Check task #229 for similar more specific validation.

Reference

Use react hook form pattern along with form field helper text.

https://react-hook-form.com/advanced-usage

Tasks