Oussama Sadiki

Results 5 comments of Oussama Sadiki

are you trying to use the onMouseEnter instead of onBlur?

i tried the same code you have with vite and typescript and it works fine with onMouseEnter in firefox, also why would you want the input to keep the focus...

ohh alright why don't you set a css conditional rule with a defined state for example called isActive with a value of false, and whenever someone enters the input (clicks...

can you please tell me why are you mixing class components with function components?

oh my apology since i worked mostly with function components i never get to use such feature