Widget Non-Bindeable Property for Numeric Input UNIT

I am trying to add units to a custom widget for a numeric input, although I am unable to bind the property of ‘unit’.

I have made it so the bindable property for value uses node binding but this only seems to work for min/max value not the measurement unit on the OPCUAMap and does not show in the input field.

Any suggestions or is this limited and I have to manually add them for now?

Thanks

Hello,
from the screenshot I can see you try to map unit property of the InputLabel. The InputLabel is Label widget that doesn’t have unit property.


I guess you need to map it to the widget NumericInput2.

1 Like

Thankyou, silly mistake.