initial value problem fixed.

pull/7686/head
Ilkay Ilknur 5 years ago
parent fe203bbea2
commit 03fe7c0e54

@ -64,7 +64,7 @@ namespace Volo.Abp.BlazoriseUI.Components.ObjectExtending
lookupItems = new List<SelectItem<object>>();
}
protected override void OnInitialized()
protected override void OnParametersSet()
{
var value = Entity.GetProperty(PropertyInfo.Name);
if (value != null)

Loading…
Cancel
Save