Add Noop property indexer to multi url picker
This commit is contained in:
committed by
Bjarke Berg
parent
89d104e176
commit
3b3e1cec40
@@ -43,6 +43,8 @@ public class MultiUrlPickerPropertyEditor : DataEditor
|
||||
SupportsReadOnly = true;
|
||||
}
|
||||
|
||||
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; } = new NoopPropertyIndexValueFactory();
|
||||
|
||||
protected override IConfigurationEditor CreateConfigurationEditor() =>
|
||||
new MultiUrlPickerConfigurationEditor(_ioHelper, _editorConfigurationParser);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user