rb-document-form-constructor 0.8.9 → 0.8.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rb-document-form-constructor",
3
- "version": "0.8.9",
3
+ "version": "0.8.11",
4
4
  "description": "",
5
5
  "main": "dist/rb-document-form-constructor.ssr.js",
6
6
  "browser": "dist/rb-document-form-constructor.esm.js",
@@ -205,7 +205,6 @@
205
205
  },
206
206
  currentInputName(val) {
207
207
  this.field.input = UtFormConstructor.getInputTypeByName(this.currentInputName, this.field);
208
- this.field.input.propsData.type = val == 'string' ? 'text' : 'number'
209
208
  },
210
209
  multiple() {
211
210
  let input = UtFormConstructor.getDefaultInput(this.field);