input example

PHOTO EMBED

Fri Mar 18 2022 23:36:57 GMT+0000 (Coordinated Universal Time)

Saved by @AlexisCast

<input
	type="text"
	placeholder="Email"
	name="email"
	className="auth__input"
	autoComplete="off"
	value={email}
	onChange={handleInputChange}
/>
content_copyCOPY