At the moment, when passing both SelectedID and SelectedValue to Kernel::Output::HTML::Layout::BuildSelection(), in singleselect case the entity with the higher data ID wins and in multiselect case, both are used. It would be preferable to implement a clear precedence between the two attributes.
At the moment, when passing both
SelectedID
andSelectedValue
toKernel::Output::HTML::Layout::BuildSelection()
, in singleselect case the entity with the higher data ID wins and in multiselect case, both are used. It would be preferable to implement a clear precedence between the two attributes.