axisj / react-multi-email

:octocat: A simple react component to format multiple email as the user types.
https://react-multi-email.vercel.app/
MIT License
298 stars 72 forks source link

Placeholder not showing when focus on input #168

Closed Ajaykhavas closed 9 months ago

Ajaykhavas commented 9 months ago

When we click in the multi email input (Focus) the placeholder is not showing it should show, if we are doing autofocus then when we show input instantly it focuses but the placeholder is not showing, that should be fix !

image
Ajaykhavas commented 9 months ago

I re-installed the library but still getting the issue!

thomasJang commented 9 months ago

now you can use react-multi-email@1.0.20 thank you.

Ajaykhavas commented 9 months ago

Yes now working, Thanks!