Improve InputObserver so the event passes and normalizes additional information #7996
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
package:typing
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Provide a description of the task
ATM the observer does nothing special; It passes the event through. The
beforeInput
event comes with some interesting properties, though:type
,getTargetRanges()
,data
,dataTransfer,
isComposing
TODO:
is()
interface for the type, for instanceis( 'insertText' )
?data
anddataTransfer
should be normalized because depending on OS/browser/type
they complement each other (it's a mess...)getTargetRanges()
The text was updated successfully, but these errors were encountered: