Skip to content
Commit d9f222da authored by Peter Hegman's avatar Peter Hegman 2️⃣
Browse files

feat(GlTokenSelector): explicitly emit `keydown` event

This allows you to listen for the keydown event and `preventDefault`
if needed. This was possible before because `keydown` bubbles, but
this required wrapping the component in another element and
`event.target.value` would sometimes be empty because it was cleared
before the `keydown` event bubbled.
parent c98aa42b
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment