Allow multi-line image descriptions. (Glitch)

main
Ben Lubar 6 years ago committed by ThibG
parent a2b4b82f0f
commit fa9635c741

@ -169,13 +169,12 @@ export default class ComposerUploadFormItem extends React.PureComponent {
</div>
<label>
<span style={{ display: 'none' }}><FormattedMessage {...messages.description} /></span>
<input
<textarea
maxLength={420}
onBlur={handleBlur}
onChange={handleChange}
onFocus={handleFocus}
placeholder={intl.formatMessage(messages.description)}
type='text'
value={description}
/>
</label>

@ -262,7 +262,7 @@
background-repeat: no-repeat;
overflow: hidden;
input {
textarea {
display: block;
position: absolute;
box-sizing: border-box;
@ -294,7 +294,7 @@
&.active {
& > div {
input { opacity: 1 }
textarea { opacity: 1 }
}
}
}

Loading…
Cancel
Save