- From: bobOnGitHub <notifications@github.com>
- Date: Thu, 29 Aug 2019 04:35:50 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 August 2019 11:36:12 UTC
Would it be possible to have characterData change MutationRecords/events raised for `input `element `value `property changes where the change was made directly in javascript via the native `value `property API/setter ? Currently you cannot observe changes to an `input `element's `value `property with MutationObservers (because it's a property... though you would think there is characterData buried in there somewhere). You can use "input" or "change" events on the element for user/keyboard changes to the `value `but there is no all-situations way of catching a change to the `value `made directly in javascript ; you can override the `value `property setter but there are reasons you might not want to do this in a way that solves the immediate problem. So, would it be possible to have characterData change MutationRecords/events raised for `input `element `value `property changes where the change was made directly via the native `value `property API/setter ie. in js as opposed to via the UI which would have issues in that you would still need timeouts etc to know when the data was all in ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/781
Received on Thursday, 29 August 2019 11:36:12 UTC