chengchao
bc140de48b
improve looseequal test case ( #4542 )
8 years ago
chengchao
56bfa1d291
update loose equal, check toString value for primitive type ( #4528 )
8 years ago
Evan You
c4da6c7f9c
fix select multiple warning test case in IE
8 years ago
chengchao
0cd1489e68
.number modifier should work with select, radio, checkbox ( fix #4018 ) ( #4022 )
* support number modifier in select, radio, checkbox
* add test case
* add ASTModifier type to specify modifiers type
* fix typo
* keep code consistent
8 years ago
defcc
3105661662
v-model binding with array. (fix #3958,#3979) ( #3988 )
* fix v-model with array binding
* add mutli selects test case
* add test case. v-bind with array
* add comments
* code refactor
8 years ago
defcc
a9417e4e4f
select change event fix ( #3922 )
* if select binding not changed, then needRest should be set to false, and no change event should be emitted
* update code style
8 years ago
defcc
8bb1e58df0
fix multiple select render ( #3908 )
* fix multiple select render. The mutliple attribute of select dosen't apply at first, so the mutli selected option dosen't work when patching
* keep the vnode.data the same as before
8 years ago
Evan You
56960b5fbc
support object looseEqual in v-model ( fix #3673 )
8 years ago
Evan You
b3710e07e9
fix eslint in tests
9 years ago
Evan You
5b668a9222
warn non-Array value for <select multiple> ( close #3191 )
9 years ago
Evan You
87820e9fbd
remove select append selectedIndex test case
9 years ago
Evan You
2a64b8a356
tests for v-model select
9 years ago
Evan You
056cb7f295
test for v-model text
9 years ago
Evan You
2021b1f36f
layout unit test files
9 years ago
Evan You
2f0222b41c
layout test files
9 years ago
Evan You
26b776fa81
add placeholders for unit tests
9 years ago