RadzenDropDownDataGrid.SearchText initial text does not disappear when user starts typing
RadzenDropDownDataGrid.SearchText is a property that allows the user to specify the text inside the control to invite the user to type in some text to search for. If this property is not set, the default "Search..." text appears and works as expected, except this is only in one language. To be able to localize this text, the SearchText property must be used.
When SearchText is set, this text is displayed inside the data grid. e.g. SearchText="Search Me"
Expected behaviour: "Search me" text is set in gray color. As the user starts to type, the "Search me" disappears and the characters the user typed appear in black color.
Actual behaviour: "Search me" text is set in black color, as if the user typed it in. As the user starts to type, the "Search me" remains and additional text is added as the user types. To do an actual search, the user must first delete the "Search me" text, then start typing in their actual search criteria.
Last confirmed working version: 4.12.1 (there may be a few more working versions after this)
Earliest verified broken version version 4.16.0
As of 4.18.0 this issue still exists.
Source code:
<RadzenDropDownDataGrid Data="@searchFields"
...
SearchText="@Resource.Search"