Activities of "liangshiwei"

Hi,

There are multiple reasons for slow API performance.

The first step is to find the reason, you can check your logs or use some APM tools(elastic APM or application insights) Then we can analyze and fix it

Hi,

Will this can help you? https://support.abp.io/QA/Questions/6663/Licensing-problem#answer-3a10afcf-030f-043e-40d2-0a4f708062c8

Hi,

You can use the JS click event to update the page title dynamic.

For example:

....
<tab data-title="Account type">
$("....").on('click', () = > {
   // update the page header.
   var title = $(this).data("title");
   $("..").val(title)
})

Hi,

Suite doesn't support this, you need to add your module to solution manually

Hi,

The date-picker resource reference should be added globally to the layout page but your project probably doesn't use a standard layout (I guess, or for some other reason)

You can try to reference it manually.

<abp-style-bundle name="Global" />
<abp-script-bundle name="Global" />

BTW, If you can share a simple project that can reproduce the problem with me, I can check it. my email is shiwei.liang@volosoft.com

Hi,

Try

  • Remove "@abp/bootstrap-datepicker": "^8.1.1",
  • Remove package-lock.josn and yarn.lock
  • Run abp install-libs

You should able to see the bootstrap-datepicker under /libs/bootstrap-datepicker folder

Hi,

is that for version 6 as well ?

As I remember, yes.

I cannot find bootstrap-datepicker under my /libs/abp folder

Could you share the package.json content?

Answer

Hi,

We support the Blazor web app in the 8.2 version, it will come soon.

https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp

We are fully testing the early version of 8.2, and will release the first preview version after the testing is complete.

Hi,

The abp/bootstrap-datepicker is already pre-installed in the startup template. You can use it directly.

And here is the demo: https://bootstrap-taghelpers.abp.io/Components/DatePicker

OK.

Showing 2091 to 2100 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41