Text Box Input Precision Behavior

Hi Tulip Team,

I recently discovered that if a user inputs a value with decimal points greater than the precision indicated on an input textbox for a float, the input will become 0, erasing the user input. This behavior seems more like a bug and is a bit confusing for the user. I think It would be better if the input box truncated the user input to the precision level specified on the widget. For now I’m just setting the input precision to the maximum to avoid users running into this problem.

Hi @Ethan, this does sound like a bug. Thanks for submitting - we will take a look at it.