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.
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!
Hi,
Where can I access the source code from abp-lookup-typeahead-mtm?
Thanks.
How can I implement switching between organization units using Angular UI? I'm using NavItemsService to create the navigation item, but I can't figure out how to trigger the context menu, similar to how it opens in the user profile and settings. Also, how can I set organizationUnitId in angular side, so it sends it in the http requests?