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

Added disabled prop to render a disabled input rather than a span #77

Merged
merged 3 commits into from
Mar 19, 2021

Conversation

pareeohnos
Copy link
Contributor

This PR allows the number input to be disabled. Similar to the readOnly prop, but instead of changing the output to a span with the value, it remains an input but simply marks it as disabled.

@codecov
Copy link

codecov bot commented Jul 19, 2018

Codecov Report

Merging #77 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   97.95%   97.95%           
=======================================
  Files           1        1           
  Lines          49       49           
  Branches       20       20           
=======================================
  Hits           48       48           
  Partials        1        1
Impacted Files Coverage Δ
src/vue-numeric.vue 97.95% <ø> (ø) ⬆️

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...6e9d683. Read the comment docs.

@kevinongko kevinongko merged commit 8870dea into kevinongko:master Mar 19, 2021
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.

None yet

2 participants