You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 overloadingin 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
The text was updated successfully, but these errors were encountered: