Open Closed

Typeahead not working #2780


User avatar
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)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11