mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-21 10:00:52 -04:00
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}
|
||||
autocomplete="off"
|
||||
placeholder="Type a message"
|
||||
enterkeyhint="send"
|
||||
onKeyDown=${this.handleInputKeyDown}
|
||||
/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue