Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 600 Bytes

File metadata and controls

9 lines (5 loc) · 600 Bytes

Helpful Notes and Tips for Development

Adding A Modal To A Page

Adding a modal to a page differs a little compared to adding a global modal to the Layout. Github Example

Outputting Validation Errors in the Flash Message

For forms in modals, it's better to also output validation errors in the flash message. Otherwise, the user may miss the error when the modal closes. Github Example