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

ReplaceTab attribute causes binding and manual event to malfunction - no update on delete #3589

Closed
bjh0 opened this issue Mar 15, 2022 · 0 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working
Projects
Milestone

Comments

@bjh0
Copy link

bjh0 commented Mar 15, 2022

Describe the bug
When using a MemoEdit component, you can use a two-way binding or a manual event binding - as per the documentation. But if you add the ReplaceTab attribute the binding and/or manual event malfunctions. Adding text still works as normal, but deleting text no longer triggers a binding update.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the sample repo here: sample repo
  2. Run the project and land on index page
  3. There are two memo components that work - one uses two way binding, the other uses an event.
  4. There are another two memo components that only update when text is added, not deleted. Only difference is the ReplaceTab attribute was used.
@bjh0 bjh0 added the Type: Bug 🐞 Something isn't working label Mar 15, 2022
@stsrki stsrki added this to 🔙 Backlog in Support via automation Mar 16, 2022
@stsrki stsrki added this to the 1.0 Support milestone Mar 16, 2022
@stsrki stsrki self-assigned this Mar 16, 2022
This was referenced Mar 21, 2022
@stsrki stsrki closed this as completed Mar 21, 2022
Support automation moved this from 🔙 Backlog to ✔ Done Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Support
  
✔ Done
Development

No branches or pull requests

2 participants