mentions icon indicating copy to clipboard operation
mentions copied to clipboard

Pressing enter on not found causes a javascript error

Open revolution42 opened this issue 5 years ago • 1 comments

  1. Go to https://react-component.github.io/mentions/?selectedKind=rc-mentions&selectedStory=dynamic&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Fsource%2Fpanel
  2. Type @dfadfdfadfdfadfdfdsfasd (or any string that won’t be found)
  3. Wait until it says Not Found
  4. Press enter

Initially it looks like https://github.com/react-component/mentions/blob/master/src/Mentions.tsx should check for a valid option } else if (which === KeyCode.ENTER) { // Measure hit const option = this.getOptions()[activeIndex]; this.selectOption(option); event.preventDefault(); }

revolution42 avatar Sep 15 '19 03:09 revolution42

hi guys - any update regarding this issue ?

nonotest avatar Oct 29 '19 00:10 nonotest