sulu-standard icon indicating copy to clipboard operation
sulu-standard copied to clipboard

search@husky does not reset text

Open tomsvogel opened this issue 10 years ago • 0 comments

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.

tomsvogel avatar Nov 24 '14 12:11 tomsvogel