Skip to content

Commit

Permalink
Fix primefaces#2686: InputMask fix Android input
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 15, 2022
1 parent 13e9b70 commit 4a5a43a
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 4a5a43a

Please sign in to comment.