Ends in:
1 DAY
21 HRS
32 MIN
19 SEC
Ends in:
1 D
21 H
32 M
19 S
Open Closed

abp-lookup-typeahead-mtm source code #8338


User avatar
0
stephanobalbinot created
  • ABP Framework version: v9.0.0
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi,

Where can I access the source code from abp-lookup-typeahead-mtm?

Thanks.


6 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    Can please check this document https://abp.io/docs/latest/framework/ui/angular/lookup-components?_redirected=B8ABF606AA1BDF5C629883DF1061649A It will helps you.

    Thank you.

  • User Avatar
    0
    stephanobalbinot created

    Hey,

    I checked out the link, but it just shows how to use the component. I’m trying to customize it so it can handle more properties besides just DisplayName, and I couldn’t find much about that in the docs.

    Do you know how I could do this or where I can find the source code?

    Thanks!

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    Can please check this document https://abp.io/docs/latest/framework/ui/angular/lookup-components?_redirected=B8ABF606AA1BDF5C629883DF1061649A It will helps you.

    In this document there are available properties so you can customize in your code. For refer purpose you can also check this File

    Thank you.

  • User Avatar
    0
    stephanobalbinot created

    Hi,

    The document shows how I can pass different values to the component, but not how I can pass multiple values. Example: I want to lookup for a bank account and I want the component to show the account number and the bank name on the UI. The way it is built I can only show one property (account number OR bank name in this case). Also if I want to filter the lookup response by some property from the form, it also does not support it. It only accepts default lookup properties (filter, skipCount and maxResultCount).

    For refer purpose you can also check this File

    The file is an example for lookup-select, but I'm looking for lookup-typeahead.

    Thanks.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    you can try this command to get the source code:

    abp add-package @volo/abp.commercial.ng.ui --with-source-code

  • User Avatar
    0
    stephanobalbinot created

    Thanks!

Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35