Skip to content

Commit

Permalink
Add some todos for input and autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 9, 2015
1 parent e8bab3d commit 5167b35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/autocomplete/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// -- TODO
// · Highlight coincidences
// · Support templates as the dropdown component
// · Inline autocomplete

/* global React */

import { addons } from 'react/addons';
Expand Down
5 changes: 5 additions & 0 deletions components/input/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// -- TODO
// · Add support for icons
// · Add a char counter
// · Make textfield to grow as content grows

/* global React */

import { addons } from 'react/addons';
Expand Down

0 comments on commit 5167b35

Please sign in to comment.