This example makes use of a fixed list of OptionData
which has a single property called Name
. These are filtered within the OnLoad
callback.
Dropdown (Single)
This example makes use of a fixed list of OptionData
which has a single property called Name
. These are filtered within the OnLoad
callback.
This still works because the value of SelectedItem and AllOptions are never changing and the compareison is a reference comparison.