Zikov
Results
1
comments of
Zikov
A quick workaround for jQuery. Works for me. ```javascript $(document).on('paste', 'input[inputmode]', function() { $(this).trigger('input'); }); ```