Skip to content

Commit

Permalink
Fix #2686: InputMask fix Android input (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 15, 2022
1 parent 13e9b70 commit c03b8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/inputmask/InputMask.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const InputMask = React.memo(React.forwardRef((props, ref) => {
value: getValue()
});
}
updateModel(e);
}

const onBlur = (e) => {
Expand Down

0 comments on commit c03b8fc

Please sign in to comment.