-
autoFillAfterMatch
Obsolete since Gecko 1.9.1 - Type: boolean
-
If set to
true
, the entire text of the best match will be displayed at the end of the input. Iffalse
, only the text that hasn't been entered yet will be filled in. Thetextbox.autoFill
attribute must be set totrue
to use this feature. As of Gecko 1.9.1, this attribute is superseded by thecompletedefaultindex
attribute.