Evan You
|
59dea37403
fix: fix v-model :value warning on custom component
|
hace 8 años |
Robert Pemberton
|
1e146037fa
feat: warn if both v-model and v-bind:value used on same element (#7056)
|
hace 8 años |
Evan You
|
5665eaf985
fix: backwards compat with checkbox code generated in < 2.5
|
hace 8 años |
Evan You
|
f3fe012d54
feat(v-model): support dynamic input type binding
|
hace 8 años |
Evan You
|
6e41679a96
fix: use MessageChannel for nextTick
|
hace 8 años |
Nick Messing
|
d6e6f1deb1
fix(v-model): Allow using array value with array v-model in checkboxes (#6220)
|
hace 8 años |
Nick Messing
|
3d14e855e4
fix: checkbox v-model="array" ignore false-value (#6180)
|
hace 9 años |
Evan You
|
0a9aab510b
fix(v-model): fix input change check for type="number"
|
hace 9 años |
Evan You
|
a1d1145c91
fix(v-model): should generate component-specific code for tags with "is" attribute
|
hace 9 años |
Eduardo San Martin Morote
|
b997af0c01
Use genAssignmentCode in chehckbox model web compiler (#5402)
|
hace 9 años |
Evan You
|
c619b8d22c
remove inline value warnings for checkbox/radio/select also (close #5112)
|
hace 9 años |
Evan You
|
8e854a9ed1
only use click for v-model checkbox/radio in Chrome (fix #4796, #4896)
|
hace 9 años |
Evan You
|
6cbee6b286
refactor: extract universal v-model codegen code and update weex v-model codegen
|
hace 9 años |
Phan An
|
b4115f71b2
Remove warnings about inline value attributes for v-model (closes #4733) (#4770)
|
hace 9 años |
Evan You
|
9d6c8ec268
feat: allow customization of component v-model prop/event via model option (close #4515)
|
hace 9 años |
Evan You
|
bea4d87613
move input type=file warning to more proper place
|
hace 9 años |
chengchao
|
9e38abca3e
Support select multiple binding (fix #4755) (#4756)
|
hace 9 años |
chengchao
|
da955d1a4f
Use 'click' event for checkbox and radio (fix #4620) (#4639)
|
hace 9 años |
Evan You
|
4d9de6a2e3
do not use looseEqual for checkbox v-model if has no true-value binding (fix #4586)
|
hace 9 años |
Evan You
|
8a7b02a159
avoid v-model with .trim/.number updating value when in focus (fix #4392)
|
hace 9 años |
Evan You
|
3e8ac270a8
fix .trim modifier when v-model is used on custom component (fix #4204)
|
hace 9 años |
勾三股四
|
4f84aefe43
support v-model in weex (#4178)
|
hace 9 años |
chengchao
|
0cd1489e68
.number modifier should work with select, radio, checkbox (fix #4018) (#4022)
|
hace 9 años |
defcc
|
3105661662
v-model binding with array. (fix #3958,#3979) (#3988)
|
hace 9 años |
Evan You
|
5d0999ac37
ensure v-model runtime metadata for all types
|
hace 9 años |
Evan You
|
f35f7e35cd
add v-model dynamic type warning
|
hace 9 años |
Evan You
|
310f5a2f5f
tweak v-model type=file warning phrasing
|
hace 9 años |
Eduardo San Martin Morote
|
b8095bf7b8
Warn when using v-model with input[type=file] (#3791)
|
hace 9 años |
Evan You
|
c47e128eb6
move browser sniffing code back to core/util/env
|
hace 9 años |
Evan You
|
56960b5fbc
support object looseEqual in v-model (fix #3673)
|
hace 9 años |