I'm working on form that must contain input with date type using Formik and Styled Components. And need its "placeholder" to be shown in english but its show me cyrylic instead.
I understand that my browser uses it's own preferences to decide how to show me that placeholder. But I need it to be in english by default for enyone regardles of browser language. Base language of page also en. Meaning
My current input looks like this in browser.
Current state of input field
I tried to change lang parameter of input to "en-GB" or "en-US" but it does not help.
Input field in code
Is there any way to achive that?
Edit: Styles of date field for more info