React-Intl How to use FormattedMessage in input placeholder
The <Formatted… /> React components in react-intl are meant to be used in rendering scenarios and are not meant to be used in placeholders, alternate text, etc. They render HTML, not plain text, which is not useful in your scenario. Instead, react-intl provides a lower level API for exactly this same reason. The rendering components … Read more