Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Need help tracing a pseudo-element unselectable in DevTools

I’m working with an external Date Picker React component which, on clicking Submit, outputs a weird popup-type prompt in case the value is invalid.

But I can’t zero in on this element or detect it in DevTools, so I have no idea where it’s coming from. Trying to select it is impossible, as if it doesn’t exist. Also, searching for "Please enter" as text doesn’t bring back any results. What kind of technology could this be? Is it not real HTML? I’m not running any 508 tools or plugins.

The second screenshot is when I’m trying to click on that box while it’s forced to be open. I can’t click on it to select it, even the lower white corner.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

NOTE: There is no required attribute anywhere. I searched in DevTools. Also, adding formnovalidate to the displayed text box does not help.

enter image description here

>Solution :

Try using novalidate inside your form tag

<form novalidate>...</form>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading