fix #7905 - time picker onblur issue
[roojs1] / Roo / bootstrap / form / TimeField.js
index 75bd32c..4a92cd8 100644 (file)
@@ -411,6 +411,8 @@ Roo.extend(Roo.bootstrap.form.TimeField, Roo.bootstrap.form.Input,  {
     {
         this.picker().hide();
         this.pop.hide();
+
+        this.inputEl().blur();
         
         this.fireEvent('hide', this, this.time);
     },