Skip to content

Commit 8d62b7f

Browse files
committed
fix #535
1 parent af74686 commit 8d62b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/fields/inputFields/AbstractInputField.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export abstract class AbstractInputField<
168168
this.updateDataAttributes(this.reverseMapValue(value));
169169
},
170170
});
171+
this.updateDataAttributes(this.getInternalValue());
171172

172173
const bindTarget = this.mountable.getBindTarget();
173174

0 commit comments

Comments
 (0)