vue-numeric
vue-numeric copied to clipboard
Can now bind any listener provided by user to the input
This PR allows developers to bind any listener they like to the input element, rather than just specific ones. This is really useful for things like preventing the enter key submitting the form for instance, and I'm sure many other use cases.
Codecov Report
Merging #76 into master will increase coverage by
0.08%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #76 +/- ##
==========================================
+ Coverage 97.95% 98.03% +0.08%
==========================================
Files 1 1
Lines 49 51 +2
Branches 20 20
==========================================
+ Hits 48 50 +2
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/vue-numeric.vue | 98.03% <100%> (+0.08%) |
: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 f639863...3cae614. Read the comment docs.
Can you add readme for this usage?