Skip to content

Commit

Permalink
Updated tags for project
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyogesh committed Dec 19, 2017
1 parent 63a657c commit 0506b4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Input/SelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ const SelectInput = ({
id,
helpBlock,
options,
values = [{value: 'ui', label: 'UI'}, {value: 'ux', label: 'User Experience'}],
values = [
{value: 'ui', label: 'User Interface'},
{value: 'ux', label: 'User Experience'},
{value: 'logo', label: 'Logo'}
],
meta: { touched, error, warning },
...rest
}) => (
Expand Down

0 comments on commit 0506b4e

Please sign in to comment.