Validate InputField by values from a slider

Issue #85 resolved
Christian Oeing repo owner created an issue

From the forum:

I'm trying to bind an InputField with a Slider in such a way that they are both hooked to a float value. Things generally work with InputFieldValueSynchronizer and SliderValueSynchronizer. However, I'd like the input from the InputField to be validated based on the Min/Max of the Slider. How can I achieve this without having to use specific references to the controls?

Comments (4)

  1. Log in to comment