Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -117,7 +117,6 @@ export default class Input extends Component {
|
||||
onInput={this.onInput}
|
||||
onKeyDown={this.onKeyDown}
|
||||
ref={r => (this.fieldNode = r)}
|
||||
required
|
||||
disabled={isFieldDisabled}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user