We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69928a4 commit b92663eCopy full SHA for b92663e
example/src/EmojiList.js
@@ -39,6 +39,7 @@ export default class EmojiList extends Component {
39
break;
40
case "Enter":
41
case "Tab":
42
+ e.preventDefault();
43
const { char } = this.filtered[this.state.option];
44
this.props.onChange(`${char} `);
45
0 commit comments