Set enterkeyhint in composer
This commit is contained in:
parent
8c02cdc094
commit
958b6bf120
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ export default class Composer extends Component {
|
||||||
value=${this.state.text}
|
value=${this.state.text}
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
placeholder="Type a message"
|
placeholder="Type a message"
|
||||||
|
enterkeyhint="send"
|
||||||
onKeyDown=${this.handleInputKeyDown}
|
onKeyDown=${this.handleInputKeyDown}
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue