Autocomplete Binding with a Wrapper Component
Demo by Boomalator (BPHynes)
Bound to an Object (<T>=SelectItemInt)
myCpu1.ToString = <Not set> myCpu1.ID = 0 myCpu1.Text = <Not set>Update myCpu1 from the main page
Bound to a string
myCpu2String = Intel Celeron 1.80GHz
Bound to an int (key/ID) [inside a model object]
myAsset.ToString = 00001: Test Asset #1 myAsset.AssetID = 00001 myAsset.AssetDescription = Test Asset #1 myAsset.CpuID = 1