Dear Sir, I hope this message finds you well.
I am writing to inform you of an issue I encountered with the search bar functionality. Specifically, I have noticed the following problems:
1- The advanced filter works correctly when the Enter key is pressed. 2- The functionality does not work when using the submit button. 3- Re-entering the same search term causes the form to become unresponsive, regardless of whether I use the submit button or press Enter. 4- I have tried adding an alert for troubleshooting purposes, but it is also not functioning as expected. 5- To provide further clarification, I have attached a 2-minute video demonstrating the problem.
https://streamable.com/5p9uqu
Thank you for your attention to this matter.
Best regards,
I am trying to apply FluentValidation to the CreateUpdateZacatCompanyDto class, but the error messages from the CreateUpdateZacatCompanyDtoValidator, which inherits from AbstractValidator<CreateUpdateZacatCompanyDto>, are not being displayed.
I have created all the necessary classes and injected the configuration into the module. How can I ensure that the error messages are shown for each field?
hi sir when i create page from scratch manually (domain / ef / service / Dto ...... etc) i faced a problem into constructor injection if i inject repository or manager i got this error always like image below when i try it in swagger
hi sir i have a problem with date-picker when i open EditModel it automatically focus on date i removed auto update and put focus attr = false and used javascript but still same problem i want when open the model no focus happen to prevent open date and make user feel free
hi sir according to this doc https://docs.abp.io/en/abp/8.2/UI/AspNetCore/AutoComplete-Select i follow the steps to make one value selection (i attached images) but i got this error and what is (@SelectedAuthor) from where you get this value ??
hi sir it's not a problem but where can i find the link of the new Features and issues that you solved to the new release ??
hi sir, i want to create new feature and i tried to use ( SelectionStringValueType ) to make it dropdown but it doesn't work i followed the step within this documentation https://docs.abp.io/en/abp/8.1/Features i faced a problem in console here is my code:
hi sir, according to this documentation https://docs.abp.io/en/abp/latest/Authorization part of ( IPermissionManager ) i tried to use it but i cant reach the method {SetForUserAsync} is there an update documentation to use it ??? here is some image of my code