You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create JsonSchema-Form component but I ran into a problem. I want inputs to change synchronously. There are 2 fields on the form, one is a "Limit" input and the other is a slider(range) input that can be dragged and change the limit value. In other words I want to change limit value by dragging the slider. But I cannot get them to work in sync. I am not really sure how to proceed with this and how to use the Onchange or anyother method to do what I want. Is it even possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to create JsonSchema-Form component but I ran into a problem. I want inputs to change synchronously. There are 2 fields on the form, one is a "Limit" input and the other is a slider(range) input that can be dragged and change the limit value. In other words I want to change limit value by dragging the slider. But I cannot get them to work in sync. I am not really sure how to proceed with this and how to use the Onchange or anyother method to do what I want. Is it even possible?
Here is a sample of what I'm trying to create:
Beta Was this translation helpful? Give feedback.
All reactions