Skip to main content
19-Tanzanite
May 20, 2022
Solved

How to remove mask line from Text Field widget

  • May 20, 2022
  • 1 reply
  • 1258 views

Hi,

 

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

 

Velkumar_0-1653033496676.png

 

/ VR

 

Best answer by M4RC

Hello,

 

you can use the following css-code:

 

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

1 reply

M4RC14-AlexandriteAnswer
14-Alexandrite
May 20, 2022

Hello,

 

you can use the following css-code:

 

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