react-component / time-picker

React TimePicker
http://react-component.github.io/time-picker/
MIT License
478 stars 201 forks source link

Adding format array support #198

Open SamKirkland opened 4 years ago

SamKirkland commented 4 years ago

Adds array formatting support to match picker format Will be used to resolve this issue in antd https://github.com/ant-design/ant-design/issues/13163

codecov[bot] commented 4 years ago

Codecov Report

Merging #198 into master will decrease coverage by 0.19%. The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
- Coverage   91.86%   91.66%   -0.20%     
==========================================
  Files           6        6              
  Lines         381      396      +15     
  Branches       99      102       +3     
==========================================
+ Hits          350      363      +13     
- Misses         31       33       +2     
Impacted Files Coverage Δ
src/TimePicker.jsx 92.52% <60.00%> (-1.60%) :arrow_down:
src/Combobox.jsx 93.58% <100.00%> (ø)
src/Header.jsx 89.88% <100.00%> (+1.28%) :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 174c47e...66fc26f. Read the comment docs.