How to place icon next to or within input field

前端 未结 3 755
滥情空心
滥情空心 2020-12-20 03:14

How I can put my icon next to or within the input field?

The problem is, the icon changes the form. Usually, it\'s like this:

But when I\'m adding the icon

3条回答
  •  一生所求
    2020-12-20 03:56

    You can achieve it using the below code, just updated the CSS as per your requirement. It is a responsive design, it will work for all the devices.

    CODE

    
            
                
                    
                
    

    With icon

    
        
            
                
        
    
    

    If you are using the ICON you need to add the style as well for alignment

    .infoIcon {
      line-height: 3rem;
    }
    

提交回复
热议问题