SchwarzIT / onyx

🚀 A design system and Vue.js component library created by Schwarz IT
https://onyx.schwarz
Apache License 2.0
41 stars 4 forks source link

Fix OnyxSelect opening after submitting a form with `Enter` #1422

Closed BoppLi closed 48 minutes ago

BoppLi commented 5 days ago

Steps to reproduce

  1. open this playground example
  2. select a fruit
  3. fill out the input
  4. hit enter
  5. cancel the success alert Image

=> now the Bug appears: OnyxSelect is open, even though the focus is still on OnyxInput. Image