Roo/bootstrap/Input.js
authorAlan Knowles <alan@roojs.com>
Tue, 16 Jun 2015 06:15:42 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Jun 2015 06:15:42 +0000 (14:15 +0800)
Roo/bootstrap/Input.js

index 8bfea16..1d2c42f 100644 (file)
@@ -757,7 +757,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
             return;
         }
         
-        if(isSelectAll){ // backspace and delete key
+        if(isSelectAll  && event.getCharCode() > 31){ // backspace and delete key
             
             event.preventDefault();
             // this is very hacky as keydown always get's upper case.