Is it possible to read the CSS properties applied to input placeholders using Javascript or Chrome dev tools?
Asked
Active
Viewed 57 times
1 Answers
1
EDIT:
your question should be a duplicate of Inspect webkit-input-placeholder with developer tools
You must enable the shadow dom on the general tab on your Dev-Tools settings:
Now you can inspect the placeholder in the shadow dom:
Ciao Ralf