Sorry Sergiy but according to what I know it does not work that way. What you see when you click on SELECT COMPONENT are only labels. Each label has a value assigned via mapping here:
here you have the array read from PORTION ARRAY in DB :
[{"PortionTypeName":"szklanka","PortionWeight":"234"},{"PortionTypeName":"puszka","PortionWeight":"23"},{"PortionTypeName":"torebka","PortionWeight":"10"},{"PortionTypeName":"szklanka","PortionWeight":"33"}]
So basically setting the default value "23" should result in setting second option named "puszka" but instead i get empty selection.
Can you pleas investigate the issue further?