0
    
    
        
                    hilal.aksoy 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.
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
3 Answer(s)
- 
    0Hi hilal.aksoy, You can set the disabledproperty of the component totrue. Here is an example:<abp-lookup-select [disabled]="true" cid="authorIdFilter" [getFn]="service.getAuthorLookup" [(ngModel)]="filters.authorId" [ngModelOptions]="{ standalone: true }" ></abp-lookup-select>Please note that, if created by ABP Suite, there are two instances of abp-lookup-selecton the same page: one inside the create/update form and another one in the advanced filters.
- 
    0Hi, Is this issue resolved? Have a nice week. 
- 
    0Hi, Considering it is resolved, I am closing this issue. Have a nice week. 
 
                                