Is there a way to reduce the size of the Input
element?
By default, the syntax looks like this:
<Input type='text' value='' placeholder='Enter Entity'/>
Using bsSize='xsmall'
does not work for making the input smaller like it does with buttons. Any suggestions on how to achieve this? (similar to reducing button size here)