First off, thank you for this nice looking component. I needed a component that allows selecting weeks that correspond to timesheets. This PR adds a rangeConstraint prop that currently only supports "week". This enables selecting entire weeks. Could be expanded to address #1
Coverage decreased (-0.9%) to 89.552% when pulling 5a7082aa9bf9cf704d085a1deb069ab7ae1015ad on kevinchappell:feature/selectWeek into acd6b0b7a7b1e58185d6a912b0e9441838a1fbe5 on Tinysymphony:master.
Coverage increased (+1.6%) to 92.04% when pulling c916749bc5334cb0336bf07607ccfbd1ca2ab77f on kevinchappell:feature/selectWeek into acd6b0b7a7b1e58185d6a912b0e9441838a1fbe5 on Tinysymphony:master.
First off, thank you for this nice looking component. I needed a component that allows selecting weeks that correspond to timesheets. This PR adds a
rangeConstraint
prop that currently only supports "week". This enables selecting entire weeks. Could be expanded to address #1