有谁知道如何在 Bootstrap4 输入中使用 FontAwesome5 图标作为占位符?我已经看到了几个以前版本的解决方案,但似乎没有一个适用于最新版本。这是我到目前为止所得到的:
<input
type="text"
className="form-control"
placeholder=" Search"
style={{
fontFamily: 'FontAwesome, "Open Sans", Verdana, sans-serif',
fontStyle: 'normal',
fontWeight: 'normal',
textDecoration: 'inherit'
}}
/>