jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Mask input for other joinee in the room #1210

Open Ronak-Makhiyaviya opened 1 year ago

Ronak-Makhiyaviya commented 1 year ago

Is there any way to mask an input element for the invited user? So the host can see and fill up the information (see sensitive information like account number etc) while the invited user only can see particular input as a mask element.

I have attached one image for more clarity.

exampe
opencoca commented 1 year ago

A news css class set along the lines of user-"name"-input-active could be added. This could supplement the :active CSS pseudo-class. An outline and/or content along the lines of user editing could then be added with css styling.