#691 sync input if user-set DOM value
This commit is contained in:
parent
f7ceac193b
commit
db17958f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1090,7 +1090,7 @@
|
|||
tag,
|
||||
namespace
|
||||
) {
|
||||
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr)) {
|
||||
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr) || ($document.activeElement === node)) {
|
||||
cachedAttrs[attrName] = dataAttr
|
||||
try {
|
||||
return setSingleAttr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue