Skip to content
Snippets Groups Projects
Commit 422e0369 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Clearinput: compatibility by invoking keyup on clear

parent d28b4668
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
$(this)[tog(this.offsetWidth-18 < e.clientX-this.getBoundingClientRect().left)]('onX');
}).on('touchstart click', '.onX', function( ev ){
ev.preventDefault();
$(this).removeClass('x onX').val('').change();
$(this).removeClass('x onX').val('').change().keyup();
});
$.fn.foundationExtendEBI = function() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment