Skip to content

Fix content overflowing from PasswordBox, ComboBox and NumberBox (#497, #973)#999

Merged
pomianowski merged 5 commits intolepoco:developmentfrom
tmijail:TextInputOverflow
Mar 19, 2024
Merged

Fix content overflowing from PasswordBox, ComboBox and NumberBox (#497, #973)#999
pomianowski merged 5 commits intolepoco:developmentfrom
tmijail:TextInputOverflow

Conversation

@tmijail
Copy link
Copy Markdown
Contributor

@tmijail tmijail commented Mar 15, 2024

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

When the content of a PasswordBox, NumberBox or editable ComboBox is longer than the control, the cursor and selection overflow from the control. Notably, TextBox doesn't have this issue.

PasswordBox.before.mp4
NumberBox.before.mp4
ComboBox.Before.mp4

Issue Number: #497, #973

What is the new behavior?

PasswordBox, NumberBox and ComboBox now behave like TextBox

TextBox.reference.mp4
PasswordBox.after.mp4
NumberBox.after.mp4
ComboBox.after.mp4

Other information

@pomianowski pomianowski merged commit bd0777a into lepoco:development Mar 19, 2024
@tmijail tmijail deleted the TextInputOverflow branch March 19, 2024 21:37
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants