ImGui: can't input manual values in vertical sliders

I am using VL.ImGui(Stride) in my project and noticed that for sliders you can Ctrl-click in them to edit the value.

But somehow for vertical sliders you can’t do that and nothing happens when Ctrl-clicking those, like the “noInput” flag is set.

Is this desired behavior? Was it disabled only in the implementation in vvvv or is this a general ImGui limitation?

I use the vertical sliders with lots of space, so the spacing is definitely not the issue:

Ctrl-clicking a normal slider you can edit the value:

I would expect the exact same to happen for a vertical slider.

Also another question around this: Is it possible to use the flag mentioned in this Github issue: DragFloat, DragInt: Added io.ConfigDragClickToInputText to enable text input with a simple click? · Issue #3737 · ocornut/imgui · GitHub I am not even sure I know where this flag would be placed in vvvv. Either way would be great to be able to edit on click, rather than the key combination. Or rather I think it should be double-click and not single-click, but okay. Still I think nobody just “tries” doing a Ctrl-click on a UI element, but double-clicking would be much more intuitive.