-
+ />
-
-
+
-
+
-
+
-
-
@@ -74,9 +71,11 @@
-
+ :class="['el-input__validateIcon', validateIcon]"
+ >
@@ -104,337 +103,372 @@
:aria-label="label"
>
- {{ textLength }}/{{ upperLimit }}
+ {{ textLength }}/{{ upperLimit }}
diff --git a/test/unit/specs/input.spec.js b/test/unit/specs/input.spec.js
index f12b87ba5..f952e1438 100644
--- a/test/unit/specs/input.spec.js
+++ b/test/unit/specs/input.spec.js
@@ -480,4 +480,30 @@ describe('Input', () => {
await waitImmediate();
expect(inputElm4.classList.contains('is-exceed')).to.false;
});
+ it('formatter Processing test', async() => {
+ vm = createVue({
+ template: `
+