Add support for input type password for clipboard #371

Open
opened 2026-02-20 08:22:17 -05:00 by deekerman · 0 comments
Owner

Originally created by @xize on GitHub (Jul 16, 2025).

A note for the community

Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.

Disclaimer

  • I have read and understood the disclaimer.
  • I plan to implement the feature myself.

Subsystem

None

Feature description

Hi,

I would like to request a option for a checkbox to alter the textarea in the clipboard window with javascript to turn it into a password field, this could be quite usefull for when pasting a Bitlocker or Veracrypt bootloader password.

Currently I don't think it is easy to implement such feature when I look into /ui/src/components/popovers/PasteModal.tsx the javascript logic might be easier to implement in order to switch between element by DOM manipulation, but I think that a new component has to be written for the password field, using a textarea is a no go because the element doesn't support * masking.

My logic of GO isn't very good, but I can read it, there might be a few components of interest:
/ui/src/components/AuthLayout.tsx <- likely not a good place.
/ui/src/components/Fieldset.tsx <- this seem the base of input fields or textareas perhaps a new component needs to extend this.

Thank you very much!, have a nice day 👍

Originally created by @xize on GitHub (Jul 16, 2025). ### A note for the community > [!NOTE] > Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. ### Disclaimer - [x] I have read and understood the disclaimer. - [ ] I plan to implement the feature myself. ### Subsystem None ### Feature description Hi, I would like to request a option for a checkbox to alter the textarea in the clipboard window with javascript to turn it into a password field, this could be quite usefull for when pasting a Bitlocker or Veracrypt bootloader password. Currently I don't think it is easy to implement such feature when I look into ``/ui/src/components/popovers/PasteModal.tsx`` the javascript logic might be easier to implement in order to switch between element by DOM manipulation, but I think that a new component has to be written for the password field, using a textarea is a no go because the element doesn't support ``*`` masking. My logic of GO isn't very good, but I can read it, there might be a few components of interest: ``/ui/src/components/AuthLayout.tsx`` <- likely not a good place. ``/ui/src/components/Fieldset.tsx`` <- this seem the base of input fields or textareas perhaps a new component needs to extend this. Thank you very much!, have a nice day 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/kvm#371
No description provided.