0
Katherine created
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.1.4
- 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:"
Hi,
Typeahead input text function not working. Text cannot be entered via textbox. Thanks
1 Answer(s)
-
0
Hi @Katherine,
This is resolved in latest versions. You can see the following page to fix it in v5.1.4:
https://select2.org/troubleshooting/common-problems
You need to add
dropdownParent: $('#{{your-entity-name}}EditModal')
line to select2 component.