Some time ago I have created a Selection component...
# compose
l
Some time ago I have created a Selection component by adding a
DropDownMenu
to an
OutlinedTextField
but I currently noticed that changing the
value
parameter does not trigger the
onValueChange
event. Do I have to look for another approach? What options do I have?