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

[Property Editor] Text field error message and status unresolvable #8790

Closed
anderdobo opened this issue Jan 17, 2025 · 1 comment
Closed

Comments

@anderdobo
Copy link

When editing some fields in the property editor:

  • An input error message is triggered even with a valid input (e.g. "Please enter a double")
  • An input error message is triggered when entering an invalid value (e.g. letters instead of a numeric value)
  • Fixing the error does not dismiss the error state and message in the text input box

Repro steps

  1. Navigate to widget code with a height property
  2. Edit text field to either valid or invalid input (e.g. edit one digit, or enter letters into numeric height property)
  3. Fix error if any (e.g. revert value back from letters to a valid numeric input, or back to previous numeric value)
  4. "Please enter a double" error remains. A way to dismiss is to click away from widget code of interest, then back.

CC @elliette

Image
@elliette
Copy link
Member

Closing as duplicate of:

Both fixed as of yesterday 🙃

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

2 participants