#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,
|
tag,
|
||||||
namespace
|
namespace
|
||||||
) {
|
) {
|
||||||
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr)) {
|
if (!(attrName in cachedAttrs) || (cachedAttr !== dataAttr) || ($document.activeElement === node)) {
|
||||||
cachedAttrs[attrName] = dataAttr
|
cachedAttrs[attrName] = dataAttr
|
||||||
try {
|
try {
|
||||||
return setSingleAttr(
|
return setSingleAttr(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue