Closed peter50216 closed 2 years ago
Both advanced/custom-input.md and code (packages/core/src/node.ts) states that value is the committed value while _value is the uncommitted undebounced value, and context.md had those two explanations swapped.
value
_value
Great catch, thanks @peter50216
Both advanced/custom-input.md and code (packages/core/src/node.ts) states that
value
is the committed value while_value
is the uncommitted undebounced value, and context.md had those two explanations swapped.