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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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