fastn icon indicating copy to clipboard operation
fastn copied to clipboard

mutable `*$ftd.empty` doesn't work

Open amitu opened this issue 1 year ago • 0 comments

With the following code there is no output for last statement:

-- string $username: *$ftd.empty

-- ftd.text-input:
placeholder: enter username
$on-input$: $ftd.set-string($a = $username, v = $VALUE)

-- ftd.text: $username

We expect that the username will echo in the ftd.text field. It works if we change the first line to: -- string $username: hello.

amitu avatar May 08 '24 12:05 amitu