SyntaxFix
Write A Post
Hire A Developer
Questions
For anyone working with React and looking for solution. I’ve found out that easiest way is to use onWheelCapture prop in Input component like this:
onWheelCapture={e => { e.target.blur() }}