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

Textarea Behavior: Does Not Allow New Lines and Does Not Display Previous Text #1633

Merged
merged 4 commits into from
Oct 28, 2024

Conversation

KrishChothani
Copy link
Contributor

Fixes: #1629

Description

The current implementation of the content input feature does not behave as expected. When users type in the textarea, they are unable to create new lines. Additionally, the inputted text does not persist, making it difficult to review or edit previously entered content.

Expected Behavior

  • The textarea should allow users to create new lines when pressing the Enter key.
  • Previously entered text should remain visible in the textarea, allowing users to review and edit their input.

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (specify): _______________

Screenshots / videos (if applicable)

WhatsApp.Video.2024-10-27.at.01.35.26_c83496b1.mp4

Checklist:

  • I have made this change from my own.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers and screenshots after making the changes.

Copy link

vercel bot commented Oct 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
buddy-trail ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2024 4:32pm

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our contributing.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Oct 26, 2024

Deploy Preview for buddytrail ready!

Name Link
🔨 Latest commit a3d260b
🔍 Latest deploy log https://app.netlify.com/sites/buddytrail/deploys/671e6b22d09a60000818aa0b
😎 Deploy Preview https://deploy-preview-1633--buddytrail.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@KrishChothani
Copy link
Contributor Author

Pull Request

Additional Notes

I’m working on multiple PRs, so please merge any related changes. Also, kindly assign issues #1613 and #1614 to this PR for reference.
This 2 PR also add in this PR

Thank you!

@PriyaGhosal
Copy link
Owner

@KrishChothani I am going through 30+ PR at a time I don't know which PR of yours I merged or not ....You just create PRs of different issues separately

@KrishChothani KrishChothani mentioned this pull request Oct 28, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Not add new line while writing the content
2 participants