giorgitus
Results
2
issues of
giorgitus
In dropdown is it possible to jump between items with keyboard? Press L key and jump to first L item (highlights not select). In https://semantic-ui.com/modules/dropdown.html is working correctly. This feature...
# Bug Report In our source code we do this on the onchange of a multiple dropdown. ``` $(document).ready(function() { $('.ui.dropdown').dropdown({ onChange: function(value, text, $selectedItem) { $(this).find('.label').each(function() { let item...
type/bug
tag/next-release/nightly