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
Fix VTU don't return key property to event when use trigger.('eventName.key') (#1808)
* Add key to events
When trigger 'keydown.tab` - key does not exists. This affect case when in components we use w3c-keys for compare
* fix: pass key proprety to event
* refactor: remove console.log
* fix: test describe
describe('causes keydown handler to fire with the appropriate keyCode when wrapper.trigger("keydown", { keyCode: 65 }) is fired on a Component',async()=>{
46
+
describe('causes keydown handler to fire with the appropriate keyCode when wrapper.trigger("keydown", { keyCode: 46 }) is fired on a Component',async()=>{
0 commit comments