Adds input types to data-track-input options

I need this input type, and it would be handy if I could use it with data-track-input. I promise this will be the last time I ask you to touch your priceless faberge egg ;)
This commit is contained in:
Scott Bedard 2015-04-07 09:37:02 -04:00
parent 28256ab6ff
commit 51c868e693
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ if (window.jQuery === undefined)
}
})
$(document).on('keyup', 'input[type=text][data-request][data-track-input], input[type=password][data-request][data-track-input]', function(e){
$(document).on('keyup', 'input[type=text][data-request][data-track-input], input[type=password][data-request][data-track-input], input[type=number][data-request][data-track-input]', function(e){
var
$el = $(this),
lastValue = $el.data('oc.lastvalue')