Solved
Remove Clear icon from datetime picker
How can these be removed from the DateTime picker, Thingworx Version: 9.1.1 ?
Thanks,
Shashi.
How can these be removed from the DateTime picker, Thingworx Version: 9.1.1 ?
Thanks,
Shashi.
Just got the Solution from the Article: https://www.ptc.com/en/support/article/cs324593
The CSS Syntax for the issue is:
ptcs-datepicker::part(date-field-clear-button):not(.dummy):not(.dummy):not(.dummy):not(.dummy):not(.dummy) {
visibility: hidden;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.