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

fix: readonly bug #36

Merged
merged 3 commits into from
Apr 12, 2019
Merged

fix: readonly bug #36

merged 3 commits into from
Apr 12, 2019

Conversation

y0c
Copy link
Owner

@y0c y0c commented Apr 12, 2019

fix DatePicker, RangeDatePicker readonly bug
resolve #35

@y0c y0c added the review label Apr 12, 2019
@codecov-io
Copy link

codecov-io commented Apr 12, 2019

Codecov Report

Merging #36 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #36   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        26     26           
  Lines       625    634    +9     
  Branches     71     73    +2     
===================================
+ Hits        625    634    +9
Impacted Files Coverage Δ
src/components/Picker.tsx 100% <100%> (ø) ⬆️
src/components/DatePicker.tsx 100% <100%> (ø) ⬆️
src/components/RangeDatePicker.tsx 100% <100%> (ø) ⬆️
src/utils/DateUtil.ts 100% <100%> (ø) ⬆️

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 43c3fe0...cfbb0ad. Read the comment docs.

@y0c y0c merged commit eddf679 into dev Apr 12, 2019
@y0c y0c removed the review label Apr 12, 2019
@y0c y0c deleted the fix/iss-35-redaonly-not-working branch April 12, 2019 05:22
@y0c y0c mentioned this pull request Apr 12, 2019
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.

readOnly input prop doesn't work
2 participants