Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.06k stars 597 forks source link

resolve #1080 #1092

Closed ousmorez closed 1 year ago

ousmorez commented 1 year ago

Description

It's going to solve following bug: https://github.com/Choices-js/Choices/issues/1080

Screenshots (if appropriate)

Types of changes

Add this condition to the if statement to open a dropdown. This means only type characters less than 2 in length inside the select box event.key.length === 1

Checklist