Basic username autocomplete for text area
This commit is contained in:
parent
fa1cc2d05a
commit
c49f6290eb
8 changed files with 235 additions and 13 deletions
|
|
@ -24,7 +24,7 @@ const UploadButton = React.createClass({
|
|||
return (
|
||||
<div>
|
||||
<Button disabled={this.props.disabled} onClick={this.handleClick} block={true}>
|
||||
<i className='fa fa-fw fa-photo' /> Add images
|
||||
<i className='fa fa-fw fa-photo' /> Add media
|
||||
</Button>
|
||||
|
||||
<input ref='fileElement' type='file' multiple={false} onChange={this.handleChange} disabled={this.props.disabled} style={{ display: 'none' }} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue