fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.52k stars 329 forks source link

fix(dropdown): fetch js error on non existing letter selections #3028

Closed lubber-de closed 3 months ago

lubber-de commented 3 months ago

Description

When a dropdown is open, if you type a letter to match a label in the dropdown, an error occurs:

image

Note that you have to type a letter to match a label in the dropdown. If there isn't an entry starting with the letter given, no error will occur.

Testcase

Broken

Console Error https://jsfiddle.net/lubber/x25f369y/

Fixed

No error, all fine https://jsfiddle.net/lubber/x25f369y/1/

Closes

3027