PHPackages                             symfony/ux-toggle-password - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. symfony/ux-toggle-password

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

symfony/ux-toggle-password
==========================

Toggle visibility of password inputs for Symfony Forms

v2.34.0(1mo ago)26508.0k↓19.5%15MITPHPPHP &gt;=8.1

Since Aug 24Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/symfony/ux-toggle-password)[ Packagist](https://packagist.org/packages/symfony/ux-toggle-password)[ Docs](https://symfony.com)[ Fund](https://symfony.com/sponsor)[ GitHub Sponsors](https://github.com/fabpot)[ RSS](/packages/symfony-ux-toggle-password/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (2)Dependencies (22)Versions (37)Used By (5)

Symfony UX TogglePassword
=========================

[](#symfony-ux-togglepassword)

Warning

**Deprecated**: This package has been **deprecated** in 2.x and will be removed in the next major version.

To keep the same functionality in your Symfony application, follow these migration steps:

1. Remove the `symfony/ux-toggle-password` package from your project:

```
composer remove symfony/ux-toggle-password
```

2. Create the following files in your project:

Note

These files are provided as a reference. You can customize them to fit your needs, and even simplify the implementation if you don't need all the features.

- `src/Form/Extension/TogglePasswordTypeExtension.php`

```
