Replies: 1 comment 2 replies
-
You can by using hooks, those are functions that run just before the input is added. node.hook.commit((payload, next) => {
return next(payload.toUpperCase())
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to transform user text in uppercase?
Beta Was this translation helpful? Give feedback.
All reactions