ServiceLookupEditorBaseAttribute.AutoComplete property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Allows dynamically creating new options from text input by the user in the search box. This option should only be used for free text inputs, not ID / Text pairs. When this option is enabled InplaceAdd cannot be used. Newly created option will have same ID / Text which is user entered text.

public bool AutoComplete { get; set; }

See Also