Azordev / did-admin-panel

https://www.did-admin.tk/
Apache License 2.0
0 stars 0 forks source link

Form fields validation, Events and Providers #269

Closed PrototypeK02 closed 2 years ago

PrototypeK02 commented 2 years ago

Description

Please include a summary of the change.

Events create validation fields Provider create validation fields

Screenshots

If applicable, add screenshots about your changes

Type of change

Please delete options that are not relevant.

How to test it

If applicable, describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'

Checklist:

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
did-admin-panel ✅ Ready (Inspect) Visit Preview Sep 19, 2022 at 6:22AM (UTC)
e-azocar commented 2 years ago

@PrototypeK02 please check this out image

PrototypeK02 commented 2 years ago

Seems like all the fields are required now?

@Eghinner please check

Also, remove the lockfile change, please

Yes, the custom input component makes the input required, but it wasnt working as a boolean, by default the required option for the form was false, and the property required from the custom input was a string.

angelik0828 commented 2 years ago

:heavy_check_mark: Verification performed found

-The fields, being empty and clicking save, throw the error written below the text field. - events

image