How print the newline/return in placeholder text in Formik textarea. I've tried \n, nothing seems to be working.
// , didn't work
<Field
className="form-control"
component="textarea"
name="dayWiseItinerary"
rows="6"
placeholder="
day 1: Temple visit,
day 2: Jungle barbeque,\n
day 3: Waterfall visit in the evening,\n
day 4: Visit UNESCO World Heritage Site,\n
day 5: Art gallery show,\n
day 6: Visit grand swimming pool,\n
day 7: Visit to Blue fort
"
/>

