Skip to content

Commit

Permalink
Update events.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Jan 18, 2024
1 parent 7d5bc48 commit b959ed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parts/events.js
Expand Up @@ -519,7 +519,6 @@ export default {

eventData.isValid = validation;

// console.log(this.state.inputText , value)
// for IE; since IE doesn't have an "input" event so "keyDown" is used instead to trigger the "onInput" callback,
// and so many keys do not change the input, and for those do not continue.
if( this.state.inputText == value ) return;
Expand Down

0 comments on commit b959ed3

Please sign in to comment.