Skip to content

feat: allow multiline input for URL field#1682

Open
preetham3127 wants to merge 2 commits into
foss42:mainfrom
preetham3127:fix/multiline-textfields-input
Open

feat: allow multiline input for URL field#1682
preetham3127 wants to merge 2 commits into
foss42:mainfrom
preetham3127:fix/multiline-textfields-input

Conversation

@preetham3127

Copy link
Copy Markdown
Contributor

PR Description

This PR enables multiline input for the URL field to improve usability when handling long URLs.

Related Issues

Closes #826

What I changed

  • Updated the URL input field to support multiline text
  • Added maxLines: null to allow text wrapping instead of horizontal scrolling

Result

  • Long URLs are now fully visible without horizontal scrolling
  • Users can easily view and edit long inputs

Checklist

  • I have gone through the contributing guidelines
  • I have updated my branch and synced it with project main branch before making this PR
  • I have verified the change works as expected

Notes

  • Change is limited to the URL input field only
  • No unrelated files were modified

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.

Textfields should become multiline when tapped on or when the user is editing

1 participant