Hi
The cli version is 8.0.4 The suite version is also 8.0.4
Please see below video:
ABP Framework version: v8.0.4 UI Type: Angular Database System: EF Core (SQL Server) Auth Server Separated (for Angular): no
All of the generated ui's shows the same behaviour
Hi,
Thanks for the information. I can reproduce the problem. We will check it. your ticket was refunded.
How long until a fix should be out.
This is not a modal but a <abp-lookup-input> tag. It does not support that option
I have done a lot of work on entities. Am i going to have to redo all of them for this fix to take affect?
So does that mean that my ui's will just start to page correctly once the update is installed?
This did not work for me. I am using angular and the style had no effect on the size of the modal. It did stretch the search box across the width of the modal, but I want to make the whole modal window larger through the <abp-lookup-input> tag. Reason being that the text I want to show in the picker window is long and i do not want it to wrap
Where can i found documentation on the possible values for ngModelOptions.
<abp-lookup-input cid="group-manager-user-id-lookup-id" formControlName="groupManagerUserId" displayNameProp="userName" lookupNameProp="displayName" [getFn]="service.getGroupManagerUserLookup" [editingData]="service.selected?.groupManager" [ngModelOptions]="{ standalone: true }"></abp-lookup-input>