Skip to content

Feature/raw input callback - #75

Open
Shulkin wants to merge 2 commits into
kevinongko:masterfrom
Shulkin:feature/raw-input-callback
Open

Feature/raw input callback#75
Shulkin wants to merge 2 commits into
kevinongko:masterfrom
Shulkin:feature/raw-input-callback

Conversation

@Shulkin

@Shulkin Shulkin commented Jul 17, 2018

Copy link
Copy Markdown

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

codecov Bot commented Jul 17, 2018

Copy link
Copy Markdown

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
Copy Markdown

+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