Posts

Showing posts with the label show

Salesforce Fact #869 | Show entered password in screen flow

Image
Similar to LWC, Show password logic can be implemented in screen flow as well using reactivity and component visibility. Attached are the screenshots.

Salesforce Fact #868 | Show entered password in LWC

Image
In most of the login pages, we have a checkbox option to show the entered password. We can implement the same in LWC with a bit of logic. Attached are the screenshots.