Reload dropdown's remote content? #1931
-
How do I reload dropdown content? $('.ui.remote.selection.dropdown').dropdown('refresh');
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Use the $('.ui.dropdown').dropdown('query remote','',function(){
$('body').toast({
message: 'Refreshed!'
});
}); |
Beta Was this translation helpful? Give feedback.
-
You are awesome.. where is this documented ? |
Beta Was this translation helpful? Give feedback.
Use the
query remote
behaviorSee https://jsfiddle.net/lubber/8hyxegkL/