mondeja / simple-icons-website-rs

http://wasm.simpleicons.org
Creative Commons Zero v1.0 Universal
2 stars 3 forks source link

Buggy brand input field #221

Closed uncenter closed 5 months ago

uncenter commented 5 months ago

For some reason the brand input component isn't working as expected. Sometimes I simply cannot type certain letters! In the gif below, I am typing "A", then "B", and then "C"... but the "C" doesn't work.

Screenshot 2024-03-13 at 11 38 30 (Arc)

mondeja commented 5 months ago

Wow, good catch! This is because there are Keyboard shortcuts configured and leptos-hotkeys seems to be confused about Ctrl and Shift. Note that the same happens for Shift + S.

uncenter commented 5 months ago

Huh but just FYI lowercase c also doesn't work? In that case I'm not holding down either Ctrl or Shift...

mondeja commented 5 months ago

That's true, something really bad seems to be happening with leptos-hotkeys... I'll investigate it after the release of v0.2.0.