Trait AutoComplete
Trait for classes:
- \MvcCore\Ext\Forms\Fields\Color
- \MvcCore\Ext\Forms\Fields\Number
- \MvcCore\Ext\Forms\Fields\Range
- \MvcCore\Ext\Forms\Fields\Select
- \MvcCore\Ext\Forms\Fields\CountrySelect
- \MvcCore\Ext\Forms\Fields\Text
- \MvcCore\Ext\Forms\Fields\Email
- \MvcCore\Ext\Forms\Fields\Password
- \MvcCore\Ext\Forms\Fields\Search
- \MvcCore\Ext\Forms\Fields\Tel
- \MvcCore\Ext\Forms\Fields\Url
- \MvcCore\Ext\Forms\Fields\Textarea
- \MvcCore\Ext\Forms\Fields\Hidden
Direct Known Users
MvcCore\Ext\Forms\Fields\Color, MvcCore\Ext\Forms\Fields\Hidden, MvcCore\Ext\Forms\Fields\Number, MvcCore\Ext\Forms\Fields\Select, MvcCore\Ext\Forms\Fields\Text, MvcCore\Ext\Forms\Fields\TextareaIndirect Known Users
MvcCore\Ext\Forms\Fields\CountrySelect, MvcCore\Ext\Forms\Fields\Email, MvcCore\Ext\Forms\Fields\LocalizationSelect, MvcCore\Ext\Forms\Fields\Password, MvcCore\Ext\Forms\Fields\Range, MvcCore\Ext\Forms\Fields\Search, MvcCore\Ext\Forms\Fields\Tel, MvcCore\Ext\Forms\Fields\UrlLocated at ext-form/src/MvcCore/Ext/Forms/Field/Props/AutoComplete.php
public
string|null
|
#
GetAutoComplete( )
Get attribute indicates if the input can be automatically completed
by the browser, usually by remembering previous values the user has entered.
Possible values: |
public
|
#
SetAutoComplete( boolean|string $autoComplete = FALSE )
Set attribute indicates if the input can be automatically completed
by the browser, usually by remembering previous values the user has entered.
Possible values: |
protected
string|null
|
$autoComplete
Attribute indicates if the input can be automatically completed
by the browser, usually by remembering previous values the user has entered.
Possible values: |
#
NULL
|