Merge pull request #1051 from scottbedard/patch-4
Adds input type to data-track-input
This commit is contained in:
commit
f143c0e2ce
|
|
@ -388,7 +388,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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue