chadvandy / mct_wh2

1 stars 1 forks source link

Sliders child component text_input should appear locked when the slider goes inactive #5

Open paperpancake opened 4 years ago

paperpancake commented 4 years ago

The text_input, still visually appears active when the slider component is locked. (Since a slider's text_input is never actually interactive in the current implementation, this is just a visual issue.)

chadvandy commented 4 years ago

Not much to do about this just yet, the text_input only has the one visual state atm. I'll resolve it in the future though and make some greyed-out state similar to the dropdown boxes, if I can figure out how