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

[Bug]: UI - Users Tab - Search TextField cuts off text for font sizes larger than default #1561

Open
1 task done
jsoberg opened this issue Jan 28, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@jsoberg
Copy link
Contributor

jsoberg commented Jan 28, 2025

Contact Details

[email protected]

What happened?

Steps to reproduce problem:

  1. In device system settings, set a larger than default font size.
  2. Open app, go to users tab and view search bar.

What happened:
Search text is cut off for font sizes set above default:

Screen_recording_20250127_210725.mp4

Expected result:
Search text field should adjust height to accommodate device font size. NodeFilterTextField currently applies a static max height of 48.dp, so this could likely be adjusted to size dynamically for the device settings.

App Version

2.5.16

Phone

Samsung S23 Ultra

Device

N/A

Firmware

N/A

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jsoberg jsoberg added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant