I have tried to add borderBottomWidth and borderColor but it is not working
<Form.Item
key={index}
name={field.name}
rules={field.validations}
label={field.label}
required={field.required}
style={{
borderBlockColor: "transparent",
borderBottomWidth: 0,
}}>
<Input placeholder={field.placeholder} />
</Form.Item>