JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
963 stars 169 forks source link

Make the demo evaluate on each key press #140

Closed Azzurite closed 3 years ago

Azzurite commented 3 years ago

PR description

This simply changes the demo so you don't have to click out of the text field to update the result, since the change event only happens when pressing enter or on focus loss.

Checklist

brettz9 commented 3 years ago

Thanks for the tweak!