Display a toggle to show/hide password input fields.
Place the widget close to password input field(s).
Display an icon for switching a password input to visible text. Then displaying another icon for switching back.
In many cases this would be images such as eyes open and eyes closed.
The widget provides default open/close images. They can be overwritten by configuring your own images.
The used images can be SVG, though they are still added as image (no dynamic colors options right now).
Place close to a password textbox.
Install the widget and configure the 2 icons. Then place close by a password textbox field.
none known at this moment.
- Install NPM package dependencies by using:
npm install
. If you use NPM v7.x.x, which can be checked by executingnpm -v
, execute:npm install --legacy-peer-deps
. - Run
npm start
to watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
dist
folder in the root directory of the project; - the bundle will be included in the
deployment
andwidgets
folder of the Mendix test project.