How to hide list of items in ref column in form view?

Hello,

I have a form where the user needs to enter an “ID”. I have this ID column referenced to another table for the sole purpose of being able to dereference a few entries in the form. My issue is that the form is now displaying a dropdown of all the IDs - the only other option is buttons. I don’t want it to show any options, the user needs to type it in and the dereferences work from that.

I hope that makes sense.

Thank you!

Solved Solved
0 15 1,100
1 ACCEPTED SOLUTION

That’s what I would have suggested. Did you get the same behavior, or something different?

The other option is to make the column Text and add a(n optionally virtual) column of type Ref that mirrors the input column’s value.

View solution in original post

15 REPLIES 15
Top Labels in this Space