-
Notifications
You must be signed in to change notification settings - Fork 31
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
Updating empty values #7
Comments
Can you give an example to reproduce this bug? |
@duydvu to reproduce this, you can create these fields:
When you edit the |
Nope, still can't see the bugs. Which Directus version are you using? Mine is 9.10.0 |
Hi @duydvu! Sorry for the long time.
When typing any number then erasing on the source input, the computed input gives me If the source is a empty value, the computed should be empty too. Screen.Recording.2023-08-21.at.17.26.21.mov |
If you clear the input of the original field, the computed interface may throw a error because
[].replace
cannot exists, for example.Or, if we clear a number field, the computed value may emit a "NaN" string, instead of null.
The text was updated successfully, but these errors were encountered: