Merge pull request #8084 from abpframework/stsrki/dev-increase-delay

Increase DelayTextOnKeyPressInterval
pull/8092/head
Halil İbrahim Kalkan 5 years ago committed by GitHub
commit 3bbf2147e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ namespace Volo.Abp.BlazoriseUI
context.Services.AddBlazorise(options =>
{
options.DelayTextOnKeyPress = true;
options.DelayTextOnKeyPressInterval = 800;
});
context.Services.AddSingleton(typeof(AbpBlazorMessageLocalizerHelper<>));

Loading…
Cancel
Save