Skip to content

Commit

Permalink
breaking(Input): remove shorthand action button class
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Jun 23, 2017
1 parent b74884c commit db2ea19
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 410 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const options = [

const InputExampleActionDropdown = () => (
<Input
action={<Dropdown basic floating options={options} defaultValue='page' />}
action={<Dropdown button basic floating options={options} defaultValue='page' />}
icon='search'
iconPosition='left'
placeholder='Search...'
Expand Down
Loading

0 comments on commit db2ea19

Please sign in to comment.