- 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)
-
0
Hello ,
Can please check this document https://abp.io/docs/latest/framework/ui/angular/lookup-components?_redirected=B8ABF606AA1BDF5C629883DF1061649A It will helps you.
Thank you.
-
0
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!
-
0
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.
-
0
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.
-
0
-
0
Thanks!