Entries appear accepted but just go back to default values, I have tested circles, rectangles, regular polygons and input tag
1 Like
Ah I think that I know what is going on, I’ve made an issue here:
We had it set up so that when you type it will continually update the output which was fine for simple projects but for more complex projects it was slowing things down (like typing 100 would recompute for 1, 10 and again at 100) so now you have to press “enter” when you are done with an input.
Great call on that it’s confusing that if you type and then click away the value is lost. I will fix it so that the value is applied either when you press enter, or when the text box is not selected anymore.
1 Like