I would like the slider to set its value as text for the textbox after changing its value, and for the confirmation of the text entered in the textbox to change the slider value.
To avoid an event loop, I set a bind for the text of textbox that tracks the slider value, and in the graph editor for the textbox I set the OnCommited event → set slider value.
And it works, the only problem is that when I enter a number with a decimal point, confirmation results in rounding this number for the slider. Changing the Step Size does nothing. Also using " . " or " , " same result.
And when moving the slider, the value is normal float.