You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2021. It is now read-only.
[ discussion ] xxxExist validation cause huge overhead
Formik or any other form construction library may not be able to select name from the UI but use id to transmit info at the back.
select options are fetched from library initially, validate the field for another time may be an overhead. And there's more boilerplate code for name -> id transformation either in frontend or backend.