Closed
Description
It looks like setting return false to onSelect callback does not prevent closing results popup in the latest version 2.1.8.
In previous version it worked like you can see in the following fiddle
http://jsfiddle.net/vw35s0un/
But not with the latest version
http://jsfiddle.net/joqtdzan/1/
- In both cases type something in the input field like "a"
- Click on result.
In first fiddle (old semantic ui version) it closes in another (newest semantic ui version) it does not.
What should I do to prevent closing results popup when something is clicked inside popup?