ellis2323

Results 10 comments of ellis2323

Same here. I use v2.4.11 on Brave brower (w10 x86_64). ``` index.ts?5ffe:151 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of...

Add a strange behavior: I have the bug with Brave only when I use "Inspector" and simulate a mobile device. In this case, the bug appears when I click on...

Hello, I'm from france and have received today an amazon u2f zero. Is this a key from the old batch ? The key doesn't work well with my google account...

So what's the procedure for the europe ?

It doesn t work with android devices. I have tested with my pixel pro 6 and a samsung tab s7

I have debug with my devices. It seems code is "" and you don't use the keycode. If you change [src/utils/keyCodes.utils.ts](https://github.com/revolist/revogrid/blob/e57a4ddad543d79e3ddd273eed52f40c8ba09dd7/src/utils/keyCodes.utils.ts#L72) to check if e.key === 'Enter', it fixes the...

I have holiday until monday. I can create a PR monday. And not sure what’s the best solution to check if it’s a enter. The author lib might have a...

As stated in the doc, keyCode is deprecated. We should use the **key** field to check if it is a enter. The **code** field with a virtual keyboard try to...

There is an attribute html which could fix the pb. If we add enterkeyhint="enter", i think the key will be correct. After a try, it doesn't change the code value.

I have created a pull request: https://github.com/revolist/revogrid/pull/422