#Advice on Integrating Chakra-UI Input & Remix Validated Form custom Input field? or better solution

1 messages · Page 1 of 1 (latest)

unreal glen
#

I can now inside my form only use the Input field that I imported from the custom input component above.

#

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/>*/}