Using inPlaceEditor as a password field

Hi all,

I am currently prototyping an application with Angular10,  where it should be possible to manage sensitive data. This sensitive data (e.g. Passwords) should not be displayed in clear text to the user. In case the user wants to change the data, the data should be replaced by e.g. * when typing. Standard password field behaviour.

I have tried to find some documentation on that topic, but was not able to find something.

Can you pls guide me into the right direction about the possibility to use the inPlaceEditor as a password field?

Best regards,
Eduard

1 Reply 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team September 24, 2020 12:11 PM UTC

Hi Eduard,

Greetings from Syncfusion support,
 
 
We have validated your reported query. Yes you can use the In-place editor as password type, by using the In-place editor model(Textbox) type property. We have also prepared a sample that tries to meet you requirements. 
 
Sample: https://stackblitz.com/edit/angular-nvf4zk-6mzpvu?file=app.component.ts

Can you please check the above sample and let us know if it meets your requirements?

Regards,
 
Indrajith 


Marked as answer
Loader.
Up arrow icon