when the framework uses antd and uses Input components, I need to display multiple languages in the placeholder property
the code is as follows:
<Search
placeholder={<FormattedMessage id="S_T"/>}
enterButton="Search"
size="large"
onSearch={value => console.log(value)}
style={{height: "40px"}}
/>
when you use < FormattedMessage id= "slide" / >
in the property, the page renders an object as shown in the following figure: