Multiline Input automatically parse {}
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
Hi, I'm testing some custom nodes that require formatting multiline string parsing over stacking.
When I input on a single line line input widget something like: `Hello {} !`
The output remains `Hello {} !`
But if I input `Hello {} !` on a multiline widget the output will be always: `Hello !`
Is there a why and a way to prevent this programmatically on my custom node, on the input class?
Contributor guide
Assessment
This issue has not been assessed yet.