backspace on LWC Input rich text column removes total table
Opened this issue · 1 comments
rahul-boinepally commented
Describe the bug
Create a component and add lightning-input-rich-text. Copy and paste a table from excel sheet.
Table appears ok I can edit the values in table correctly.
As soon as I hit a backspace in a column, whole table is deleted instead of the text I want to delete in a column.
To Reproduce
Steps to reproduce the behavior:
- Create a new Lwc component. Add ightning-input-rich-text to the html.
- Create a table in excel sheet and copy-paste it in the input rich text component in ui.
- Enter text into rows and columns.
- Delete any text in any column by hitting backspace - you will see complete table being deleted instead of the text I want to delete.
Expected behavior
The text I want to delete should be deleted on the backspace instead of total table.
Screenshots
NA
Desktop (please complete the following information):
- OS: Windows
- Browser : Chrome
- Version : 103.0.5060.114
Additional context
Add any other context about the problem here.
stale commented
This issue has been automatically marked as type:bug-p3
because it has not had recent activity.