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 has been archived by the owner on Jul 20, 2024. It is now read-only.
With #45, the new NaiveUI backend provides the useNaiveForm composable. This greatly simplifies creating forms for editing countries and members, and may result in removing the <EditField* /> components. I think this is a good change, since the custom field components are too complicated and difficult to maintain. (For instance ebb20a4.)
With #45, the new NaiveUI backend provides the
useNaiveForm
composable. This greatly simplifies creating forms for editing countries and members, and may result in removing the<EditField* />
components. I think this is a good change, since the custom field components are too complicated and difficult to maintain. (For instance ebb20a4.)See the composable in action here.
The text was updated successfully, but these errors were encountered: