Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

Remove focus marker on elements #157

Closed JRJurman closed 3 years ago

JRJurman commented 3 years ago

Summary

Previously, when interacting with multiple inputs, focus would be thrown onto the wrong element when the component refreshed. This PR removes the focus marker when the focusout event occurs.

Checklist