<demo>

### Hide Button

The suffix button can be hidden.

```jsx live
<div style={{ width: 400 }}>
  <InputPassword suffix={false} placeholder="Input password" />
</div>
```

</demo>
