You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correctly handle system text scaling on DatePicker, TimePicker, AutoSuggestBox popups (#1286)
* Initial plan
* fix: overflow on TimePicker/DatePicker with system text scaling
Co-authored-by: bdlukaa <45696119+bdlukaa@users.noreply.github.com>
* fix: Support large text scales on example app
* fix: Support larger text scales on date and time picker buttons
* fix: Adapt info badge to text scale
* fix: Do not apply text scaling to auto suggest box overlay
* fix: Improve media query usage
* chore: Update changelog
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bdlukaa <45696119+bdlukaa@users.noreply.github.com>
Co-authored-by: Bruno D'Luka <brunodlukaa@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## [next]
2
+
3
+
- fix: Correctly handle system text scaling on `DatePicker`, `TimePicker`, `AutoSuggestBox` popups ([#1321](https://github.com/bdlukaa/fluent_ui/issues/1321), [#1286](https://github.com/bdlukaa/fluent_ui/pull/1286))
0 commit comments