We are trying to let users update values in a table component. The specific column is of type 'tag', populated with values from another table (a couple hundred values). This works fine.
We run into issues with the amount of information shown in the dropdown itself. For example, a user might search for an address, but in the dropdown we can only see the first X characters of the tag. The tags are made up of <name> (<address>).
Hi Tess - Thank you for your reply! Not sure I understand how the text wrapping would work? The tooltip does not help in this case, as we need to be able to see the full string in the dropdown still. Otherwise the search would not really do it's job, because you'd have to click on each result (and then search again) before knowing which is the correct one.