sulu-standard
sulu-standard copied to clipboard
search@husky does not reset text
On a tabchange i want to reset the searchfield. This is my init
this.sandbox.dom.find('#complete').append('<div id="shopfilter"/>'); this.sandbox.start([{ name: 'search@husky', options: { el: '#search', instanceName: 'products', appearance: 'black big' } }]);
on tab change i execute this.
this.sandbox.emit('husky.search.products.reset');
the grid changes but the text in the searchfield stays.