We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ed8fc commit 0f38ebcCopy full SHA for 0f38ebc
web_src/fomantic/build/components/dropdown.js
@@ -525,6 +525,7 @@ $.fn.dropdown = function(parameters) {
525
return true;
526
}
527
if(settings.onShow.call(element) !== false) {
528
+ settings.onAfterFiltered.call(element); // GITEA-PATCH: callback to correctly handle the filtered items
529
module.animate.show(function() {
530
if( module.can.click() ) {
531
module.bind.intent();
0 commit comments