vutran / omnibar

:spades: Extensible search component for React.

Home Page:https://omnibar.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`width` applies only on `<Input />`

adnasa opened this issue · comments

Given the following code;

          <Omnibar
            extensions={[SearchExtension]}
            rootStyle={{
              border: '1px solid #f00',
              position: 'relative',
              marginTop: '50px',
            }}
            width={300}
          />

we get this
screen shot 2017-10-31 at 17 32 57

This now brings me back to my original concern of width and height

Closing this issue as #15 is now merged.