Copy Paste Handler Issue #12780
Labels
[Feature] Block API
API that allows to express the block paradigm.
[Feature] Paste
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Type] Bug
An existing feature does not function as intended
Describe the bug
Copying & pasting from a
<input type="text" />
element produces different results to a<input type="email" />
element.The value copied from an email input (and also a number input) contains the full block HTML, not the input's value. Issue is demonstrated in the following screen recording.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The value copied from any input/textarea should match the behavior of the "text" input.
Additional context
The text was updated successfully, but these errors were encountered: