Merge pull request #217 from avijohnson/dev

Add maxLength attribute to input component
old
Javi Velasco 2015-12-17 00:47:30 +01:00
commit 1d3fc322a0
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ class Input extends React.Component {
role: 'input',
disabled,
type,
value
value,
maxLength
});
return (