@eturnity/eturnity_reusable_components 8.4.0 → 8.4.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -47,6 +47,7 @@
|
|
47
47
|
:is-disabled="disabled"
|
48
48
|
:is-error="hasError"
|
49
49
|
:min-width="minWidth"
|
50
|
+
:name="inputName"
|
50
51
|
:no-border="noBorder"
|
51
52
|
:placeholder="placeholder"
|
52
53
|
:type="inputTypeData"
|
@@ -392,6 +393,11 @@
|
|
392
393
|
default: 'off',
|
393
394
|
type: String,
|
394
395
|
},
|
396
|
+
inputName: {
|
397
|
+
required: false,
|
398
|
+
default: '',
|
399
|
+
type: String,
|
400
|
+
},
|
395
401
|
},
|
396
402
|
data() {
|
397
403
|
return {
|