Hi,
Make sure you have the Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy package reference.
Thanks for your feedback, we fixed some of these issues in the rc.2 release and we will check all of these and fix it.
Your ticket refunded.
Hi,
We will fix it in the next RC version, thanks for your feedback, BTW, your ticket has been refunded.
Hi,
Waiting for the share link.
Your ticket refunded.
Hi,
This is a style problem, we will try fix it.
Please delete the previous code try this:
.b-is-autocomplete.b-is-autocomplete-multipleselection
{
background: #f2f2f2 !important;
}
.b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control:focus, .b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control:active{
background: #f2f2f2 !important;
border: 0 !important;
box-shadow: 0 0 0 0 !important;
}
Hi,
You can add the following code to blazor-global-styles.css
.b-is-autocomplete.b-is-autocomplete-multipleselection > input.form-control
{
width: 100% !important;
}
Hi,
Yes, it's a bug, we will fix it in the 6.0 version, and your ticket refunded.
Hi,
I will check it out.