Knob vs gauge

Hi All,
I just wonder if I can use the knob instead of the gauge to display a status of parameter that should not be modified

The oh-gauge is uber limited to semicircle or full circle. and does not have the start and end angles, but the knob does.

Reading the documentation it is not clear for me how to to config so it would not send comand when touched. I want it in some kind of read only mode.

TIA
Maciej

In this case the base component is from a specialized library and not the f7 library. Down at the bottom of the documentation page for the oh-knob there are some links to this docs for this particular library including a direct link to all the available properties:

On that properties page you’ll find readOnly, so readOnly: true should be all you need.

1 Like