partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a241247e3ee7b27f8dd5cec559ba41c04876d7be
parent 44a1205ffeb12f819c643734019c68c0e4891c91
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  2 Dec 2015 17:15:35 +0100

Reset the filter value as well

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/form/field/SearchField.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/form/field/SearchField.js b/src/PartKeepr/FrontendBundle/Resources/public/js/form/field/SearchField.js @@ -84,6 +84,7 @@ Ext.define('PartKeepr.form.field.SearchField', { } me.setValue(''); + this.filter.setValue(''); if (me.hasSearch) {