#Advice on Integrating Chakra-UI Input & Remix Validated Form custom Input field? or better solution
1 messages · Page 1 of 1 (latest)
this works: <Input name="email" label="Email" /> But I need these properties {/*<Input*/} {/* // size={"lg"}*/} {/* type="email"*/} {/* placeholder={"Email"}*/} {/* borderBottom={0}*/} {/* borderBottomRadius={0}*/} {/* autoComplete="current-password"*/} {/* aria-describedby="password-error"*/} {/*/>*/} {/*<PasswordField/>*/}