Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created December 4, 2024 15:07
Show Gist options
  • Save johnlindquist/288795b3e067218c998a7da2a7f2b013 to your computer and use it in GitHub Desktop.
Save johnlindquist/288795b3e067218c998a7da2a7f2b013 to your computer and use it in GitHub Desktop.
// Name: Testing Prevent Submit
import "@johnlindquist/kit";
await arg(
{
placeholder: "Prevent Submit",
enter: "",
},
["one", "two", "three"],
[
{
name: "speak",
shortcut: `${cmd}+enter`,
onAction: (input, state) => {
say(state.focused.value);
},
},
],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment