Latest comments
- @jackchealdangSubmitted about 1 year ago@ray-makPosted about 1 year ago
If you want the error icon to show up when the input fields are not properly filled out, you can use the following properties to set the icon in your input element:
background-image:
background-repeat:
background-position:
I set the initial display to hidden and then used javascript to toggle it depending on if the input fields are filled out.
0