Skip to content

Reload dropdown's remote content? #1931

Discussion options

You must be logged in to vote

Use the query remote behavior

$('.ui.dropdown').dropdown('query remote','',function(){
  	$('body').toast({
    	message: 'Refreshed!'
    });
  });

See https://jsfiddle.net/lubber/8hyxegkL/

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by hakeem86
Comment options

You must be logged in to vote
1 reply
@lubber-de
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment