cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

How to remove mask line from Text Field widget

Velkumar
19-Tanzanite

How to remove mask line from Text Field widget

Hi,

 

Does anyone know to remove the mask line from Text field widget in runtime?

 

Velkumar_0-1653033496676.png

 

/ VR

 

ACCEPTED SOLUTION

Accepted Solutions
M4RC
14-Alexandrite
(To:Velkumar)

Hello,

 

you can use the following css-code:

 

.widget-ptcstextfield::part(mask) {
    color: transparent !important;
}
 
 
Best regards
Marc

View solution in original post

1 REPLY 1
M4RC
14-Alexandrite
(To:Velkumar)

Hello,

 

you can use the following css-code:

 

.widget-ptcstextfield::part(mask) {
    color: transparent !important;
}
 
 
Best regards
Marc
Announcements


Top Tags