Created
October 9, 2014 15:02
-
-
Save faust45/0d9354f517a8a7631e68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return ( | |
| <td className={classes}> | |
| <input | |
| className="string optional form-control score" | |
| type="text" | |
| maxLength="1" | |
| max="8" | |
| tabIndex={es.tabindex} | |
| autofocus="autofocus" | |
| defaultValue={es.score} | |
| onBlur={channelScore} /> | |
| </td> | |
| ) | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment