Skip to content

[dev-v5] [DatePicker] Forward Width to FluentTextInput#4542

Merged
dvoituron merged 5 commits intomicrosoft:dev-v5from
MarvinKlein1508:datepicker-width
Feb 20, 2026
Merged

[dev-v5] [DatePicker] Forward Width to FluentTextInput#4542
dvoituron merged 5 commits intomicrosoft:dev-v5from
MarvinKlein1508:datepicker-width

Conversation

@MarvinKlein1508
Copy link
Copy Markdown
Collaborator

@MarvinKlein1508 MarvinKlein1508 commented Feb 19, 2026

Pull Request

📖 Description

I came accross this one during development. The FluentDatePicker is doing nothing with the value Width. This PR addresses this and forwards this values down to FluentTextInput.

Before when you add Width="100%":
before

After when you add Width="100%":
after

👩‍💻 Reviewer Notes

📑 Test Plan

✅ Checklist

General

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

  • I have added a new component
  • I have added Unit Tests for my new component
  • I have modified an existing component
  • I have validated the Unit Tests for an existing component

⏭ Next Steps

The FluentTimePicker is suffering from the same issue. Fixing it for native is pretty easy but when IsFluentUIStyle is true it isn't working properly yet.

Comment thread src/Core/Components/DateTime/FluentDatePicker.razor Outdated
@MarvinKlein1508 MarvinKlein1508 changed the title [dev-v5] [DatePicker] Forward Width, Padding & Margin to FluentTextInput [dev-v5] [DatePicker] Forward Width to FluentTextInput Feb 19, 2026
@dvoituron dvoituron enabled auto-merge (squash) February 20, 2026 08:54
@dvoituron dvoituron merged commit c495e68 into microsoft:dev-v5 Feb 20, 2026
3 checks passed
@MarvinKlein1508 MarvinKlein1508 deleted the datepicker-width branch February 20, 2026 09:17
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.

3 participants