Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutable *$ftd.empty doesn't work #1863

Open
amitu opened this issue May 8, 2024 · 0 comments
Open

mutable *$ftd.empty doesn't work #1863

amitu opened this issue May 8, 2024 · 0 comments

Comments

@amitu
Copy link
Contributor

amitu commented May 8, 2024

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 amitu changed the title mutable *$ftd.empty doesn't work mutable *$ftd.empty doesn't work May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant