Skip to content

Commit 13ae4f1

Browse files
Add prop
1 parent 46d55b2 commit 13ae4f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/stores/props.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ const sharedProps = [
158158
name: 'field-only',
159159
type: 'boolean',
160160
},
161+
{
162+
default: false,
163+
desc: 'Hides the cancel icon',
164+
name: 'hide-cancel-icon',
165+
type: 'boolean'
166+
},
161167
{
162168
default: true,
163169
desc: 'Hide details is not fully supported as the fields are intended for use in tables. You can set this prop to <code class="ic">false</code> to show the details but styling will not be ideal',

0 commit comments

Comments
 (0)