Skip to content

Commit

Permalink
#88 - remove getValidatedInputElement from updated method temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Jan 27, 2024
1 parent 8f5ed62 commit 3389f36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ export default {
}
const opt = filterOptRestrictions({ ...defaults, ...binding.value });

el = getValidatedInputElement(el);

el.onkeydown = (e: KeyboardEvent) => {
onKeyDown(e, opt);
};
Expand Down

0 comments on commit 3389f36

Please sign in to comment.