Text and number display

EDIT: they are not missing at all. Just lurking behind three tiny dots! See Shawn's answer below.

I'm missing components to display non-editable text and numbers equivalent to the text and number input components.
ie. non-editable versions of the text and number input components.

I know there is a simple "Text" component, but that comes without the kind of label we get on the input components. So I end up have to use another text component to make up a label and then having to position and adjust the label to match the ones on the input components.

It would be easier if the non-editable version started out looking the same as the input components, with ready made labels.

Also there isn't even a simple Number component - we have to use Text and make sure the number is converted to a string in the format we want. It would be better if a proper non-editable Number component had built in formatting options like Number input.

2 Likes

Hi @davblo,

I think you just need to set the component's Read Only setting to true!

The setting is a little hard to find: Interaction (...) >> Advanced >> Read only >> true

1 Like

Ha ha, yes. Thanks Shawn!

I'd noticed there can be some useful options hidden behind the tiny dots here and there; but I missed those particular ones.

The read-only option does the trick nicely.

2 Likes