Mask directive doesn't handle drag & drop #6710
Labels
🐛 bug
Any issue that describes a bug
📈 enhancement
mask-editor
severity: low
version: 9.1.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
When you drag and drop text over a mask editor the text is allowed to exceed the limits of the mask and is not parsed as a value.
Steps to reproduce
Result
The text is allowed go outside of the mask limits and you can 'delete' parts of the mask and literals:
Expected result
The dropped text should be treated as paste and applied over the mask. Ideally, when dragging, the mask should appear with the browser cursor to allow to determine the drop location.
The text was updated successfully, but these errors were encountered: