Guilherme Oliveira

Results 6 comments of Guilherme Oliveira

This works for me: > I found that this did however work for me because it forces those imports to resolve with the CJS module instead: ```ts moduleNameMapper: { '^axios$':...

Here is a GIF showing the bug: ![ezgif-5-e3eb47a73b](https://user-images.githubusercontent.com/9392803/197921332-d16c4163-c24a-47b9-8d49-1fc3c6b60cb6.gif) I think that the computed value must emit a null if the source value is null.

We also have this: ![ezgif-1-5736797894](https://user-images.githubusercontent.com/9392803/197926213-17e12298-36ed-447a-b2d9-1f3f01b73534.gif) I put these logs on `interface.vue:63`. Seems that the other computed field emitted a 0, his expression is simple: `{{ MULTIPLY(numero,2) }}`. I think we...

@duydvu to reproduce this, you can create these fields: - number (numeric) - numberx2 (`{{ MULTIPLY(number, 2) }}` - text (string) - text_slug (`{{ SLUG(text) }}` When you edit the...

Hi @duydvu! Sorry for the long time. I can still reproduces this on a empty instance of Directus `10.5.3`. In the most basic example: - Create a INT field `my_number`...

Now, this is the field behavior: ![ezgif-1-58331795ff](https://user-images.githubusercontent.com/9392803/197927908-e3773c42-60fa-4b77-9011-52cc1ff8ba73.gif)