Closed Eve-Sama closed 4 years ago
Merging #735 into master will increase coverage by
0.00%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #735 +/- ##
=======================================
Coverage 87.16% 87.16%
=======================================
Files 164 164
Lines 6747 6748 +1
Branches 1104 1104
=======================================
+ Hits 5881 5882 +1
Misses 421 421
Partials 445 445
Impacted Files | Coverage Δ | |
---|---|---|
components/input-item/input-item.component.ts | 93.59% <50.00%> (+0.03%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7964432...2b33e4f. Read the comment docs.
close #732
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #731
What is the new behavior?
当[compositionFilter]为true时, 在移动端输入内容, 如中文等需要预览状态的语言, 在完成输入前是不会触发ngModelChange的, 也就是无法更改值. 当[compositionFilter]为false时, 即便在预览模式下也会修改值.
Does this PR introduce a breaking change?
Other information