inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Assigning a value to Inputs.text() with {submit: true} does not enable button

Open mootari opened this issue 2 years ago • 0 comments

Given an input

viewof text = Inputs.text({value: "foo", submit: true})

if a cell assigns a new value

viewof text.value = "bar"

then the button remains disabled. Users have to modify the value before they can resubmit.

mootari avatar May 25 '23 11:05 mootari