Skip to main content
Topic: Select Component box shows id's (Read 937 times) previous topic - next topic

Select Component box shows id's

Hi
When i use the Select component, it correctly displays labels instead of values based on the data source query, however once something is chosen, the chosen value is shown in a box beneath that can be deleted to unselect the value. Problem is these box are not showing the label of the query like the selecter does, it shows the values or in my case the id's of the table instead. Which makes no sense to the user.

Re: Select Component box shows id's

Reply #1
@nepo77‍ you have to use the id to query the data you want to display in the box, which is adding custom code. Or you could make the label also the value in the select Datasource configuration.