Skip to main content

VisibilityMode

VisibilityMode enum has the following values:

ALWAYS​

prefix/suffix is always visible regardless of the text entry state.

NEVER​

prefix/suffix is never visible regardless of the text entry state.

EDITING​

prefix/suffix is visible only when the text entry is in editing mode.

NOT_EDITING​

prefix/suffix is visible only when the current text entry is empty.