Form Error Messages #59
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error messages such as "This field is required" should appear when form submission fails, currently there is no such implementation, but the data is returned from the api, so it could be abstracted easily.
Done something that looks ... okay ... on the subscription form, but need a better implementation, and I haven't completed it for the other forms.
I've made a change that works with any modal for the model rewrite, it works great!
Only issues now are getting it to work with non-bootstrap components, like the select-2.
Completed errors messages for select2 on dev