clear-button-visibility
clear-button-visibility
clear-button-visibility
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