Yoav

Results 7 comments of Yoav

I'm in the process of deciding which bridge to use, is this issue a problem or can be ignored?

Will this be merged? This is a huge improvement over the current state of things.

Setting a default value calls the onInputChange which is causing issues with my system, adding a placeholder will fix that easily

Is this still an issue? I need to build for iOS and wouldnt be able to use this tool if this is unresolved

Still experiencing this issue, any progress? seems like tanstack should orchestrate better with react state.......

I think this code example would answer your question: ``` const commandToEvent: Record = { up: new KeyboardEvent('keydown', { bubbles: true, cancelable: true, key: 'ArrowUp', keyCode: 38 }), down: new...