Fomantic-ui: [Dropdown] searchable dropdown reopens when option is selected

Created on 5 Oct 2018  路  3Comments  路  Source: fomantic/Fomantic-UI

Bug Report

Steps to reproduce

  1. create a searchable dropdown
  2. search for an option
  3. select an option, use ENTER don't click

Expected result

It should select the option and close

Actual result

It selects the option and reopens the dropdown

Testcase

https://jsfiddle.net/yc7pdzr6/

Version

2.6.2

lanjavascript typbug

Most helpful comment

Regression since version 2.6.1
Probably caused by 4ea71e5ce7e48cd8a2c8891795dae00e5acef5a4

All 3 comments

Regression since version 2.6.1
Probably caused by 4ea71e5ce7e48cd8a2c8891795dae00e5acef5a4

Yes, seems so :fearful: I'll take a look

@lubber-de most likely you just have to check module.is.multiple() before $search.focus();

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Puspendert picture Puspendert  路  3Comments

ocharles picture ocharles  路  4Comments

GammaGames picture GammaGames  路  4Comments

peili0413 picture peili0413  路  3Comments

hammy2899 picture hammy2899  路  5Comments