Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/raw input callback #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Shulkin
Copy link

@Shulkin Shulkin commented Jul 17, 2018

Added a function to handle the raw input value before formatting.

It can be very useful to remove some characters before formatting. For example, change a period to a comma. Because sometimes both symbols can be used as a separator. Or do any change to input depending on external conditions.

Evgeny Shulkin added 2 commits July 13, 2018 18:52
It can be really useful to delete some characters before format or do any other processing.
@codecov
Copy link

codecov bot commented Jul 17, 2018

Codecov Report

Merging #75 into master will decrease coverage by 1.95%.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #75      +/-   ##
=======================================
- Coverage   97.95%   96%   -1.96%     
=======================================
  Files           1     1              
  Lines          49    50       +1     
  Branches       20    21       +1     
=======================================
  Hits           48    48              
- Partials        1     2       +1
Impacted Files Coverage Δ
src/vue-numeric.vue 96% <0%> (-1.96%) ⬇️

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...72409b3. Read the comment docs.

@Daniel4Digital
Copy link

+1 on this! Would be very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants