BelkacemYerfa / shadcn-extension

An open source component collection , that extends your ui library , built using shadcn component
https://shadcn-extension.vercel.app/
MIT License
953 stars 36 forks source link

fix: tags-input typing lag #107

Closed BeyramTaglietti closed 4 weeks ago

BeyramTaglietti commented 1 month ago

The prevent default inside the handleSelect function gets triggered every time the text changes and blocks the typing flow, which results in missing keys while typing

Is this check necessary?

Before:

https://github.com/user-attachments/assets/ee0e5ac7-44b9-4a5c-b8a9-14082bcc5962

After:

https://github.com/user-attachments/assets/7eab6037-8756-429c-92c6-c4fcb9c63e72