-
Notifications
You must be signed in to change notification settings - Fork 35
Show password option for Password widget #863
Comments
+1 for the button which will display the password when mouse is over, click button is presses and HOLD. On click button release password shall be hidden again. (So no toggle button, but press-and-hold to show.) |
Definitely we should attach flag in widget layout. |
NOTE: atm the widgetType is provided in data and not in layout. |
If API won't be changing it during widget lifecycle, then ok. |
nop, it won't change it. |
Adding this new Issue to the upcoming release: metasfresh/metasfresh-webui-frontend-legacy#863 Show password option for Password widget
Tested. Works as required/ needed for this iteration. Closing/ Done |
Type of issue
Feature request
Current behavior
The password widgets are rendered as password input fields and there is no way to see the password even if you want and even if in some cases this is OK.
Expected behavior
In case of Password widget types, along with the "widgetType" the API shall also provide the "allowShowPassword" flag.
Alternatively we could introduce another widgetType, e.g. PasswordDisplayable for this case. Not sure if it's better, wdyt?
If that flag is set, the frontend shall show a nice button or icon (with an eye?) to allow the user seeing the password.
How the button/icon shall look like and behave shall be proposed by the UX/designer.
The text was updated successfully, but these errors were encountered: