You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/stores/props.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,12 @@ const sharedProps = [
158
158
name: 'field-only',
159
159
type: 'boolean',
160
160
},
161
+
{
162
+
default: false,
163
+
desc: 'Hides the cancel icon',
164
+
name: 'hide-cancel-icon',
165
+
type: 'boolean'
166
+
},
161
167
{
162
168
default: true,
163
169
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