Skip to content
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

Container option missing #138

Closed
mafar opened this issue Aug 21, 2019 · 2 comments
Closed

Container option missing #138

mafar opened this issue Aug 21, 2019 · 2 comments
Labels
feature request New feature requested

Comments

@mafar
Copy link
Contributor

mafar commented Aug 21, 2019

Hi,
I see that there is no container option and it makes complex usecases more difficult.

it is not sufficent to append app in body
in most complex cases , users need specific container so that they can clear it as needed and so that they dont clutter the body with dom overloading

in my case, i have layouts, each layout has tabs and inside tabs there are layouts again , consider it an engineering aap , and each tabs maintains its containers and removes them on tab close

In my usecase , Nothing is appended to body, instead it is appended to specifc containers.

For example:
see bootstrap-select -> option -> container
https://developer.snapappointments.com/bootstrap-select/options/
This solves much of problems for users where you dont force them for body only

@mafar
Copy link
Contributor Author

mafar commented Aug 21, 2019

see here
It does not break existing code !!!
By default {'container':'body'} , so it works out of box

#139

@mafar mafar changed the title [Request] Container option missing [Request][PR] Container option missing Aug 21, 2019
@simonwep simonwep changed the title [Request][PR] Container option missing Container option missing Aug 21, 2019
@simonwep simonwep added the feature request New feature requested label Aug 21, 2019
@simonwep
Copy link
Owner

Thank's :) I'll take a look at it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature requested
Projects
None yet
Development

No branches or pull requests

2 participants