[dropdown] JS error when typing if dropdown open #3027
Labels
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
When a dropdown is open, if you type a letter to match a label in the dropdown, an error occurs:
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.
Steps to reproduce
Expected result
No error should be produced. The selected element class is being moved as expected, so I'm not clear if the error is actually stopping any functionality, but the fact that it is happening, means something unexpected is going on.
Actual result
The UI appears to be functional, but the JS error is unexpected.
Testcase
Happens on the Fomantic UI examples: https://fomantic-ui.com/modules/dropdown.html .
Version
2.9.3.
The text was updated successfully, but these errors were encountered: