Skip to content

Commit

Permalink
upd: make onInput and clear socket hided by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 10, 2023
1 parent 002e70c commit 2caa56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-data/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default {
[],
input("label", "string", "as-primary"),
output("value", "string"),
event("onInput", t.string),
method("clear", []),
event("onInput", t.string, "as-hided-socket"),
method("clear", [], "as-hided-socket"),
plugin("validator", "input-plugin"),
),

Expand Down

0 comments on commit 2caa56e

Please sign in to comment.