Summary
When copying a number from formatted block output and pasting it into an integer input field on another block, the value is inserted as NaN even if the string is a valid number (e.g., "123").
Steps to Reproduce
- Run a block that outputs a number in formatted results
- Copy the number from the block output
- Paste into an integer input field on another block
- The field shows NaN instead of the number
Expected Behavior
Pasting a valid numeric string (e.g., "123") into an integer field should parse it as a number and accept the value.
To Investigate
- Is this affecting all blocks or only specific ones?
- Is this a frontend input validation/parsing issue?
- Does this happen with all numeric types (int, float) or just integers?
- Is the clipboard value being parsed incorrectly?
Source
Reported by Krzysztof in Discord #Tickets (2026-02-14)
Summary
When copying a number from formatted block output and pasting it into an integer input field on another block, the value is inserted as NaN even if the string is a valid number (e.g., "123").
Steps to Reproduce
Expected Behavior
Pasting a valid numeric string (e.g., "123") into an integer field should parse it as a number and accept the value.
To Investigate
Source
Reported by Krzysztof in Discord #Tickets (2026-02-14)