-
```
What steps will reproduce the problem?
1. create a div with contenteditable e.d
-
I had a problem and it solved by #150. I think it would be great if the ContentEditable component accepts something like isMultiline and if it's set to false, then some validation happens and tabs or …
-
Since this is a contentable element, there is no processing when pasting rich text, and it should only paste plain text.
https://github.com/user-attachments/assets/97803753-69f4-4b8f-b79c-b37bb46…
-
### Provide a general summary of the feature here
Currently DatePicker from react-aria-components seems not to be supporting browser autocomplete.
I believe it's because it's implemeted as bunch o…
-
**State isn't synced properly when user deletes children nodes in contentetitable div**
the user can delete elements by using the backspace inside contentetitable elements. Video below.
I also h…
-
### `bind-value-oninput` or `bind` does not work with `contenteditable` divs
### Bug Description
In the below code, the expectation is as and when I edit the div content I need to update the model…
-
-
I can't figure out the example of using `` component inside contenteditable. It seems that the [example](https://github.com/jm-david/emoji-mart-vue#using-with-contenteditable) has been taken from orig…
-
I notice the readme mentions textarea only.
-
### What happened?
Spent a while today investigating why our tiptap editor was keeping focus when clicking outside the shape. The expected behaviour is that it blurs the input (so the cursor is no lo…