guardian/scribe

New 'input' event type for user input

Open

#303 创建于 2014年12月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (3,516 star) (265 fork)batch import
enhancementformattershelp wanted

描述

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.

贡献者指南

New 'input' event type for user input · guardian/scribe#303 | Good First Issue