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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to remove mask line from Text Field widget

Velkumar
18-Opal

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

 

1 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
Top Tags