Skip to content

[Inputs] Fix wrong active size for mobile devices#4122

Merged
vnbaaij merged 1 commit intomicrosoft:devfrom
MarvinKlein1508:patch-input-active
Sep 8, 2025
Merged

[Inputs] Fix wrong active size for mobile devices#4122
vnbaaij merged 1 commit intomicrosoft:devfrom
MarvinKlein1508:patch-input-active

Conversation

@MarvinKlein1508
Copy link
Copy Markdown
Collaborator

@MarvinKlein1508 MarvinKlein1508 commented Sep 8, 2025

Pull Request

📖 Description

This PR fixes the active indicator size on mobile devices for

  • FluentTextArea
  • FluentTextField
  • FluentSearch
  • FluentComboBox
  • FluentNumberField

Before:
before

After:
after

🎫 Issues

Fix #4073

👩‍💻 Reviewer Notes

This was only really visible on touch devices.

📑 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

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.

fix: indicator has the wrong size when :active is set for inputs

2 participants