将两个图标放入输入字段内
How do I put two icons inside an input element? Both icons should be clickable. I have installed both react-semantic-UI and uikit if it would be useful. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是不要将图标放在输入字段中,而是将一个带有AA前缀,输入和后缀的容器样式。从输入中删除所有样式,然后像输入一样样式容器。
这是我创建的一个小Codepen:
https://codepen.io/webfussel/pen/pen/pen/pen/rnypzyx
The easiest way is to not put the icons in the input field, but style a container with a a prefix, the input and suffix. Remove all stylings from the input and then style the container like an input.
Here is a small codepen I created:
https://codepen.io/webfussel/pen/rNYPzyX