We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f6bcd commit ba32e58Copy full SHA for ba32e58
demo/index.js
@@ -39,10 +39,10 @@ const updateResults = () => {
39
$('#results').value = JSON.stringify(result, null, 2);
40
};
41
42
-$('#jsonpath').addEventListener('change', () => {
+$('#jsonpath').addEventListener('input', () => {
43
updateResults();
44
});
45
46
-$('#jsonSample').addEventListener('change', () => {
+$('#jsonSample').addEventListener('input', () => {
47
48
0 commit comments