When rendering the page, the Placeholder value is not displaying in the DropDown. It's just showing blank.
public List TimeZoneChoices = new() { "Central Time", "Eastern Time", "Pacific Time", "Mountain Time", "Hawaii Time" };
<RadzenDropDown Style="width: 200px" @bind-Value="_review.TimeZone" Data="@_review.TimeZoneChoices" Placeholder="-- Select --" />