#### 输入框组合
输入框的组合展现。
注意:使用 `compact` 模式时,不需要通过 `Col` 来控制宽度。
#### Input Group
Input.Group example
Note: You don't need `Col` to control the width in the `compact` mode.
```tpl
  
    
      
        
          
        
        
          
        
      
    
    
    
      
      
    
    
    
      
        Zhejiang
        Jiangsu
      
      
    
    
    
      
        Option1
        Option2
      
      
    
    
    
      
      
    
    
    
      
        Option1-1
        Option1-2
      
      
        Option2-1
        Option2-2
      
    
    
    
      
        Between
        Except
      
      
      
      
    
    
    
      
        Sign Up
        Sign In
      
      
    
    
    
      
        Home
        Company
      
      
    
   
```