I am investigating the use of UI for .NET Maui and am looking for a password entry control, it seems like RadEntry doesn't support the IsPassword property that I would expect. Is this a planned feature ?
<telerikInput:RadEntry x:Name="txtPassword" Grid.Row="2" WatermarkText="Password" />
<Entry IsPassword="True" Grid.Row="2" />