Replies: 2 comments
-
👍👍👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, when handling forms within our platform, we often find it convenient to open them in modal or dialog boxes. However, this approach presents certain limitations. For instance, consider a scenario where we need to submit student data through a dialog, which requires loading metadata into dropdowns. This necessitates loading the metadata via the index page and passing it to the modal component through props. Furthermore, the absence of browser history in this context poses additional challenges.
Proposal
I propose the addition of a dialog feature to Inertia. This feature is widely utilized in development and would significantly enhance the flexibility and efficiency of our workflows. By incorporating dialog functionality directly into Inertia, we can streamline form handling and improve the user experience.
Beta Was this translation helpful? Give feedback.
All reactions