Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / BrowserAutocomplete Property

In This Topic
    BrowserAutocomplete Property (C1TextBox)
    In This Topic
    Gets or sets whether the browser will show suggestions based on previous entered texts.
    Syntax
    'Declaration
     
    
    Public Overridable Property BrowserAutocomplete As Boolean
    public virtual bool BrowserAutocomplete {get; set;}
    See Also