You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing wails3 on Mac OS 12.7 & 12.6, when running wails3 dev the window will appear, the keyboard events appear be be ignore when typing in the input box. Enter seems to be received.
Following further testing, I followed the same process on 14+ Mac OS M3, and was able to use the keyboard as expected.
No errors were observed in console on inspecting the element in the VM.
Description
When installing wails3 on Mac OS 12.7 & 12.6, when running
wails3 dev
the window will appear, the keyboard events appear be be ignore when typing in the input box. Enter seems to be received.Following further testing, I followed the same process on 14+ Mac OS M3, and was able to use the keyboard as expected.
No errors were observed in console on inspecting the element in the VM.
For reference:
Discussion took place in the Discord, and a thread was created https://discord.com/channels/1042734330029547630/1338598092852695184
To Reproduce
The issue was recreated by installing a fresh VM using Mac OS 12.6 (the free download inside the parallels software), did the following
wails3 init -n test
&wails3 dev
wails3 init -n test -t react-ts
&wails3 dev
Expected behaviour
Can type into input box and be greeted with the "name" that the user inputted
Screenshots
Attempted Fixes
Removed the for loop for the time event, removed the use effects and any imports on the frontend (reduced to just a
<form><input>
).System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: