nipun-threestops

Results 2 comments of nipun-threestops

onKeyDown = {e=>{ if (e.key === 'Backspace') { return e.stopPropagation() } }} this worked for me for atnd Input tag

> Did anyone manage to implement a workaround? I experience the same phenomenon in my application. me also facing same problem.