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

Deleting Text Inside Double Brackets #364

Closed
DenisDov opened this issue Jul 12, 2024 · 0 comments
Closed

Deleting Text Inside Double Brackets #364

DenisDov opened this issue Jul 12, 2024 · 0 comments

Comments

@DenisDov
Copy link

Description

When I start to clear letters using inputType deleteContentBackward near text like {{accountName}} or similar words inside double brackets, I want to completely clear the text {{accountName}} immediately, not letter by letter.

Steps to Reproduce

  1. Insert text with double brackets into the editor, e.g., {{accountName}}.
  2. Place the cursor at the end of {{accountName}}.
  3. Use the backspace key to delete the text.

Expected Behavior

The entire word {{accountName}} should be deleted immediately in one operation.

Actual Behavior

The text is deleted letter by letter.

Additional Context

  • React Native version: 0.69.12
  • react-native-rich-editor version: 1.9.0
  • Platform: [iOS/Android]

Please let me know if any additional information is needed.

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

No branches or pull requests

1 participant