-
Notifications
You must be signed in to change notification settings - Fork 921
Add form component #5809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Add form component #5809
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it! There are some things I don't understand in terms of how it works and code structure... but we can probably answer all that in a meeting.
In the meantime...
- What's the plan for Edit? Would it be implemented the same way, its own action, or what?
- What's the plan for InlineCreate? Do we need that still? Doesn't it do the same thing?
[ci skip] [skip ci]
[ci skip] [skip ci]
[ci skip] [skip ci]
src/resources/views/crud/components/form/form_ajax_view.blade.php
Outdated
Show resolved
Hide resolved
src/resources/views/crud/components/form/form_ajax_view.blade.php
Outdated
Show resolved
Hide resolved
[ci skip] [skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a huge form_modal.js
file now... but we still have A LOT of js in this file... why? Duplicate?
// we also move any modal that may come with the response to the end of the body | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// we also move any modal that may come with the response to the end of the body | |
This superseeds #5801