When you've set IsPassword=True and have an initial value for Text, that value is ignored (only the watermark is shown).
Reproducible on .NET MAUI peview14 using UI for MAUI 0.6.0 with the following code
<telerik:RadEntry Placeholder="Password" Text="1234" IsPassword="True"/>