Skip to content

Commit

Permalink
update typescript demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 21, 2020
1 parent 8358538 commit ca01543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/components/autocomplete/CustomizedHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const InputWrapper = styled('div')`
font-size: 14px;
line-height: 26px;
padding: 2px 6px;
width: 0;
min-width: 30px;
flex-grow: 1;
border: 0;
outline: 0;
Expand Down
5 changes: 3 additions & 2 deletions docs/src/pages/components/autocomplete/CustomizedHook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const InputWrapper = styled('div')`
font-size: 14px;
line-height: 26px;
padding: 2px 6px;
width: 0;
min-width: 30px;
flex-grow: 1;
border: 0;
outline: 0;
Expand Down Expand Up @@ -78,8 +80,7 @@ const Tag = styled(({ label, onDelete, ...props }) => (

const Listbox = styled('ul')`
width: 300px;
margin: 0;
margin-top: 2px;
margin: 2px 0 0;
padding: 0;
position: absolute;
list-style: none;
Expand Down

0 comments on commit ca01543

Please sign in to comment.