Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: use singleLine = true in custom search field #684

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

AkesiSeli
Copy link
Collaborator

Technical details

This PR fixes an issue due to which it was not possible to scroll horizontally in custom SearchField when the length of the inserted text exceeded the available width.

Additional notes

That was the correct way to implement horizontal scroll, not constraining maxLines to 1.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
unittests 58.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@AkesiSeli AkesiSeli merged commit 6726148 into master Dec 26, 2024
2 checks passed
@AkesiSeli AkesiSeli deleted the fix-search-field branch December 26, 2024 12:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Search] When inserting a long text in the search field, it is not possible to scroll it horizontally
2 participants