mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 05:59:35 +01:00
update input keyboard return key labels
This commit is contained in:
@@ -128,6 +128,8 @@ export class AddTopicDialog extends React.Component {
|
||||
defaultValue={this.toEdit ? this.toEdit.title : null}
|
||||
placeholder="Enter title of topic"
|
||||
onSubmit={() => this.addNewTopic()}
|
||||
returnKeyLabel="Done"
|
||||
returnKeyType="done"
|
||||
/>
|
||||
|
||||
<DialogButtons
|
||||
|
||||
Reference in New Issue
Block a user