vue-numeric icon indicating copy to clipboard operation
vue-numeric copied to clipboard

Can now bind any listener provided by user to the input

Open pareeohnos opened this issue 6 years ago • 2 comments

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.

pareeohnos avatar Jul 19 '18 09:07 pareeohnos

Codecov Report

Merging #76 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            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.

codecov[bot] avatar Jul 19 '18 09:07 codecov[bot]

Can you add readme for this usage?

kevinongko avatar Mar 19 '21 11:03 kevinongko