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

Text overflows input field #1161

Closed
Steve-Mcl opened this issue Oct 27, 2022 · 2 comments · Fixed by FlowFuse/forge-ui-components#91
Closed

Text overflows input field #1161

Steve-Mcl opened this issue Oct 27, 2022 · 2 comments · Fixed by FlowFuse/forge-ui-components#91
Assignees
Labels
area:frontend For any issues that require work in the frontend/UI
Milestone

Comments

@Steve-Mcl
Copy link
Contributor

Current Behavior

long version overflows field

Image

See here: #405 (comment)

Expected Behavior

either scroll text, wrap text or expand field size.

Steps To Reproduce

enter a long value

Environment

  • FlowForge version: 1.0
  • Platform/OS: Windows
  • Browser: Chrome
@Steve-Mcl Steve-Mcl added the needs-triage Needs looking at to decide what to do label Oct 27, 2022
@knolleary knolleary added the area:frontend For any issues that require work in the frontend/UI label Oct 28, 2022
@knolleary knolleary added this to the 1.1 milestone Oct 28, 2022
@knolleary knolleary removed the needs-triage Needs looking at to decide what to do label Oct 28, 2022
@Pezmc Pezmc self-assigned this Oct 28, 2022
@Pezmc
Copy link
Contributor

Pezmc commented Oct 28, 2022

Seems to be caused by the actual input element being wider than the parent (despite having flex set):

Screenshot 2022-10-28 at 16 26 19

@Steve-Mcl
Copy link
Contributor Author

Verified on staging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:frontend For any issues that require work in the frontend/UI
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants