@antify/ui 3.1.8 → 3.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -367,6 +367,7 @@ function onClickRemoveButton() {
|
|
|
367
367
|
|
|
368
368
|
<AntButton
|
|
369
369
|
v-if="nullable && _modelValue !== null"
|
|
370
|
+
data-e2e="clear-button"
|
|
370
371
|
:icon-left="faMultiply"
|
|
371
372
|
:state="state as unknown as State"
|
|
372
373
|
:grouped="[Grouped.left, Grouped.center].some(item => item === grouped) ? Grouped.center : Grouped.right"
|