Joshua
Joshua
I have a Blazored Typeahead component that has Value, ValueChanged, Value Expression. In my component, the value is bound to _currentData. I have a cascading param: ``` @if (_currentData !=...
I'm have the following: ``` @MyObject.AccountNumber ...html ``` When I execute a search and get results back, if there's only one result, I automatically set that data set to CurrentSelectedObject...