autocomplete - Automatically Complete

Enables or disables the browser feature for remembering and automatically completing user input.

Category

basics

Syntax

autocomplete="on|off"

Usage

In Design mode, click All Properties and look for autocomplete under basics.

By default, auto-completion is enabled.

Examples

This Edit Box control disables automatic completion.
<xp:inputText id="inputText1" value="#{document1.subject}"
	title="Subject edit box" autocomplete="off">
</xp:inputText>