feat: add RangeDatePicker component #14
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description & Technical Solution
This pull request introduces the integration of
react-datepicker
into the project, including necessary dependencies, styling, and a newRangeDatePicker
component. The key changes are summarized below:Dependency Additions:
react-datepicker
version7.5.0
topackage.json
and updatedpnpm-lock.yaml
to include the new dependency and its peer dependencies. [1] [2] [3] [4]Styling:
react-datepicker
inresources/css/app.css
to ensure consistent appearance with the rest of the application.New Component:
RangeDatePicker
component inresources/js/Components/Forms/RangeDatepicker.tsx
that utilizesreact-datepicker
for selecting date ranges, complete with form validation and error handling.These changes collectively enhance the application's date selection functionality by integrating a robust date picker component with custom styling and validation support.
Checklist
Screenshots
Edit.Product.-.Furnixy.mp4