How to make custom field with modal form #246
Replies: 1 comment
-
Hello @guleswine Sorry for late answer... To make the modal works correctly, need to be the first element after Here I have an example in Tabler theme, using "horizontal_dark" layout. I copy the layout to
And now you are free to add the button wherever you want
Here is the result: ![]() Cheers. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone
i want make custom field with use modal form.
but standard boostrap example wont work https://getbootstrap.com/docs/4.0/components/modal/
<button type="button" data-toggle="modal" data-target="#exampleModal">Launch modal</button>
or
Apparently, the processing of the modal form is blocked by some kind of internal backpack handler, any ideas how to work with this?
Beta Was this translation helpful? Give feedback.
All reactions