How can I make smaller Input?
Here is a default syntax:
<Input type='text' value='' placeholder='Enter Entity'/>
Which would result in:

Unfortunately, unlike buttons, bsSize='xsmall' does not work in this case. Any idea how to make them smaller? (like buttons here)