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

feat(DatePicker): add IsEditable parameter #2963

Merged
merged 26 commits into from
Feb 25, 2024
Merged

feat(DatePicker): add IsEditable parameter #2963

merged 26 commits into from
Feb 25, 2024

Conversation

h2ls
Copy link
Collaborator

@h2ls h2ls commented Feb 19, 2024

Support manual date entry

Description

As part of enhancing the DatePicker component, we want to add the ability for users to manually input a date. This feature will allow users to directly type in a date in addition to selecting it from the calendar.

close #2962

Copy link

bb-auto bot commented Feb 19, 2024

Thanks for your PR, @azlis. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@bb-auto bb-auto bot requested a review from ArgoZhang February 19, 2024 06:55
@bb-auto bb-auto bot added the enhancement New feature or request label Feb 19, 2024
@bb-auto bb-auto bot added this to the v8.2.0 milestone Feb 19, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: Patch coverage is 88.63636% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 99.96%. Comparing base (eea0d1e) to head (17be785).

Files Patch % Lines
...or/Components/DateTimeRange/DateTimeRange.razor.cs 83.87% 1 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2963      +/-   ##
==========================================
- Coverage   99.98%   99.96%   -0.03%     
==========================================
  Files         556      556              
  Lines       24008    24042      +34     
  Branches     3475     3486      +11     
==========================================
+ Hits        24005    24034      +29     
- Misses          3        4       +1     
- Partials        0        4       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@h2ls h2ls marked this pull request as draft February 19, 2024 07:12
@ArgoZhang ArgoZhang changed the title feat(DatePicker): Support manual date entry feat(DatePicker): support manual inputinput Feb 19, 2024
@ArgoZhang ArgoZhang changed the title feat(DatePicker): support manual inputinput feat(DatePicker): support manual input Feb 19, 2024
ArgoZhang and others added 9 commits February 21, 2024 11:25
# Conflicts:
#	src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor
#	src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor
#	src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor.cs
#	src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor
#	src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
# Conflicts:
#	src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor
#	src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
@ArgoZhang ArgoZhang changed the title feat(DatePicker): support manual input feat(DatePicker): add IsEditable parameter Feb 25, 2024
ArgoZhang
ArgoZhang previously approved these changes Feb 25, 2024
# Conflicts:
#	src/BootstrapBlazor/Extensions/JSModuleExtensions.cs
@ArgoZhang ArgoZhang marked this pull request as ready for review February 25, 2024 11:29
ArgoZhang
ArgoZhang previously approved these changes Feb 25, 2024
ArgoZhang
ArgoZhang previously approved these changes Feb 25, 2024
@ArgoZhang ArgoZhang merged commit 8db1be5 into main Feb 25, 2024
3 of 5 checks passed
@ArgoZhang ArgoZhang deleted the lee/datetimepicker branch February 25, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(DatePicker): add IsEditable parmeter
2 participants