malloydata / malloy-vscode-extension

The Malloy Visual Studio Code extension facilitates building Malloy data models, querying and transforming data, and creating simple visualizations and dashboards
http://www.malloydata.dev
MIT License
13 stars 12 forks source link

Make input more responsive #427

Closed whscullin closed 7 months ago

whscullin commented 7 months ago

Use input instead of change events for text <input> elements because the changes are reflected immediately without having to tab away from the field. This makes the "Save" button more responsive.