@dolphinweex/weex-vue-render 0.2.100 → 0.2.101

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.
@@ -5695,7 +5695,7 @@ function getInput (weex) {
5695
5695
  'returnKeyType': this.returnKeyType
5696
5696
  },
5697
5697
  domProps: {
5698
- value: displayValue
5698
+ value: (this.$el && this.$el.value !== undefined && this.$el.value !== displayValue) ? this.$el.value : displayValue
5699
5699
  },
5700
5700
  on: this.createKeyboardEvent(events),
5701
5701
  staticClass: 'weex-input weex-el',
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.100"
52
+ "version": "0.2.101"
53
53
  }