Merge remote-tracking branch 'origin/master'

This commit is contained in:
Umputun
2018-05-17 14:22:57 -05:00
2 changed files with 1 additions and 1 deletions
@@ -10,6 +10,7 @@
height: $height;
min-height: $height;
padding: $paddingVrt 12px;
margin: 0;
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: $fontSize;
line-height: $lineHeight;
-1
View File
@@ -117,7 +117,6 @@ export default class Input extends Component {
onInput={this.onInput}
onKeyDown={this.onKeyDown}
ref={r => (this.fieldNode = r)}
required
disabled={isFieldDisabled}
/>