markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 100 forks source link

some kind of Focus border #16

Closed b-asaf closed 5 years ago

b-asaf commented 6 years ago

Hi, I encounter this extra border: image

How Can I remove it?

Thanks

markusenglund commented 6 years ago

Which OS, device and browser are you using?

b-asaf commented 6 years ago

I am saw it on chrome emulator and on iPad pro. I think its has something to do with the $hasOutline property, when I disabled it the issue is solved

markusenglund commented 6 years ago

I can't reproduce on either the device emulator in chrome or on an old iPad. Does the problem occur on the demo?

b-asaf commented 6 years ago

with the demo I can't reproduce it