We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9331dd commit a1cf06dCopy full SHA for a1cf06d
src/event-valuechange/js/event-valuechange.js
@@ -414,6 +414,12 @@ VC = {
414
/**
415
Called when the `valuechange` event receives a new subscriber.
416
417
+ Child nodes that aren't initially available when this subscription is
418
+ called will still fire the `valuechange` event after their data is
419
+ collected when the delegated `focus` event is captured. This includes
420
+ elements that haven't been inserted into the DOM yet, as well as
421
+ elements that aren't initially `contenteditable`.
422
+
423
@method _onSubscribe
424
@param {Node} node
425
@param {Subscription} sub
0 commit comments