Select - value logic - set an initial value

Hello, @Joerg


You can use this logic on the parent component of Select(for example Block), or another type of components with On Before Mount handler

image
My table looks like this, so I don’t need any transformation over the data coming from the table, but if your table looks in another way(haven’t label/value columns), you must transform the coming data to a list of objects with properties: value and label

Regards, Dima