Skip to content

onChange event for search module? #1870

Discussion options

You must be logged in to vote

Doesn't onSearchQuery callback work for you?

$('.ui.search').search({
  onSearchQuery: function(val) {
    console.log('You typed ' + val);
  }
});

See https://jsfiddle.net/lubber/erhbwcxm/3/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@smartm0use
Comment options

Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment