guardian/scribe

New 'input' event type for user input

Open

#303 opened on Dec 6, 2014

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (265 forks)batch import
enhancementformattershelp wanted

Repository metrics

Stars
 (3,516 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently 'content-changed' is called when setHTML() is called. Typically 'change' events aren't fired after setters are called. For example, the HTML input field's input/change events aren't fired when the 'value' attribute is changed manually using JS.

It would be nice if Scribe had its own 'input' and 'change' events that only fired when the user did something, e.g. typed, undo, paste, etc.

Contributor guide