Fomantic-ui: [Dropdown search multi] The whole list not properly display

Created on 10 May 2020  路  3Comments  路  Source: fomantic/Fomantic-UI

Bug Report

When .search .multi .dropdown has option showOnFocus: false, the whole list is not properly display (when click on dropdown) in somes situtations.

Testcase

https://jsfiddle.net/dutrieux/4tysf05h/

Screenshot

bug

I check it to solve this problem, but to hard for me : there is a problem with <input class="search" autocomplete="off" tabindex="0"> layout (position:static) (not the same as single dropdown).

At the beginner : when there is not selected item in the dropdown, the <input class="search" autocomplete="off" tabindex="0"> (position:static) can't not take the event click because <div class="default text"></div> is above (position:relative).

And for the other case : when there is multi-line in the dropdown, the <input class="search" autocomplete="off" tabindex="0"> don't take all width :

image

Version

2.8.4

lanjavascript tanext-release typbug

All 3 comments

Seems, it only relies on the showOnFocus: false setting. The other settings forceSelection and minCharacter are irrelevant

Seems, it only relies on the showOnFocus: false setting. The other settings forceSelection and minCharacter are irrelevant

@lubber-de, minCharacter=0 is necessary too, otherwise there is no reason to display the whole list when you click on the dropdown.

fixed by #1414

Was this page helpful?
0 / 5 - 0 ratings