You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is issue with search selection dropdown where after typing part of search condition and selecting one of possible items the search menu will reappear and resets selection on mobile device.
Just to note, this does not happen on desktop device when either scrolling + clicking on item or going through options using up/down arrows and pressing enter key.
@juice
Thanks, I've looked at the thread before and somehow only noticed 'forceSelection: false' for specific component. Initialising drop-down with:
$('#ID').dropdown({
apiSettings: {
url: URL
},
forceSelection: false
});
didn't do the trick.
However setting: $.fn.dropdown.settings.selectOnKeydown = false;
$.fn.dropdown.settings.forceSelection = false;
does the charm.
Hi,
It seems there is issue with search selection dropdown where after typing part of search condition and selecting one of possible items the search menu will reappear and resets selection on mobile device.
Just to note, this does not happen on desktop device when either scrolling + clicking on item or going through options using up/down arrows and pressing enter key.
How to replicate:
Can be replicated on Semantic UI example page:
http://semantic-ui.com/modules/dropdown.html
Under section:
Search Selection
A selection dropdown can allow a user to search through a large list of choices.
See example here:
http://www.tiikoni.com/tis/view/?id=3545d96
Tested on:
App: 'Internet' Version 4.0.20-77, https://play.google.com/store/apps/details?id=com.sec.android.app.sbrowser&hl=en_GB
App: 'Chrome' Version 54.0.2840.68
The text was updated successfully, but these errors were encountered: