clear-button-visibility

clear-button-visibility

Version compatibility

clear-button-visibility was introduced in version 4.89.0 of the JourneyApps Runtime.

Optional

Type: active | always | hidden | hover

Default: always for input components, and hover for edit- cells in object-tables. On mobile, hover works the same as active.

Configure when a clear button appears in the input component or cell if it has a value.

<text-input clear-button-visibility="active" bind="first_name" label="First name" />

Last updated