-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug📈 enhancement✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.mask-editorseverity: lowversion: 9.1.x
Description
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.
- igniteui-angular version: 9
- browser: N/A
Steps to reproduce
- Open https://www.infragistics.com/products/ignite-ui-angular/angular/components/mask.html#mask-demo
- Select the text from the first input
- Drag and drop it to the mask editor below
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug📈 enhancement✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.mask-editorseverity: lowversion: 9.1.x