Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.3.2
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:" try the difference between version 5.3.2 and 5.3.3
Hi, can you please check this? When changing between child abp-tab class remains active:
There are probably some changes in bootstrap 5.2.0
Thank you.
7 Answer(s)
-
0
hi
I will check. Your credit is refunded.
-
0
hi
Can you share your taghelper code?
-
0
Hi,
<abp-tabs name="Radnik" id="myTab"> <abp-tab-dropdown title="Podaci o radniku" name="PodaciRadnik"> <abp-tab parent-dropdown-name="PodaciRadnik" active="true" title="Osnovni podaci I" name="osnovniPodaci1" href="#osnovniPodaci1"> </abp-tab> <abp-tab parent-dropdown-name="PodaciRadnik" title="Osnovni podaci II" name="osnovniPodaci2" href="#osnovni-podaci2"> </abp-tab> <abp-tab parent-dropdown-name="PodaciRadnik" title="Profesionalni podaci" name="profesionalniPodaci" href="#profesionalniPodaci"> </abp-tab> <abp-tab parent-dropdown-name="PodaciRadnik" title="Legitimacije" name="legitimacije" href="#legitimacije"> </abp-tab> </abp-tab-dropdown> </abp-tabs>
-
0
hi
I can't reproduce, Can your share a simple project? liming.ma@volosoft.com
-
0
Hi I sent an email with the link and steps, I hope it's ok like this.
-
0
Thanks
It seems to be related to the version of bootstrap, Please follow: https://github.com/abpframework/abp/issues/13512
-
0
Thanks