w3c-ccg / universal-wallet-interop-spec

A data model and abstract interfaces for digital wallets
http://w3id.org/wallet
Other
56 stars 13 forks source link

It's not possible to type the letter "a" in the Generate wallet dialog #32

Closed gjgd closed 3 years ago

gjgd commented 3 years ago

One possible cause for this bug is that a parent component is catching the keyboard event associated with typing "a" and doesnt forward it to the text input.

Maybe the Fullscreen component ?

OR13 commented 3 years ago

I believe I fixed this in one of the massive refactors