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

[Bug]: button won't trigger new generation of uuid #1245

Open
1 task done
clsx524 opened this issue Oct 14, 2024 · 0 comments
Open
1 task done

[Bug]: button won't trigger new generation of uuid #1245

clsx524 opened this issue Oct 14, 2024 · 0 comments

Comments

@clsx524
Copy link

clsx524 commented Oct 14, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have a text box and a button. the button is configured to set a value in the textbox according to the code uuid.v4(). Currently when I press it first time, it will generate one uuid and display in the textbox. However if I press the button more times the value won't change.
image

Expected Behavior

the value should be changed every time when the button is pressed and generate a new uuid.

Steps to reproduce

  1. add a textbox and a button
  2. the button is configured according to the image above.
  3. press the button once. the box shows an uuid
  4. more presses on the button won't result in different uuid in the textbox

Environment

No response

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant