react-input-trigger
react-input-trigger copied to clipboard
React component for handling character triggers inside textareas and input fields. 🐼
I have a div which has contenteditable={true}, some way I can use this?
Hello, I'm trying to implement a mention system on my react app. I noticed that the keycode:50 and shiftkey:true will still be triggered even though the input will be '2'...
hi,react-input-trigger don't work in safiri,the [demo](https://abinavseelan.com/react-input-trigger/) can reappear
Hello! 👋 I've been using react-input-trigger in a TypeScript project and created types declaration file for it. Now it can be easily used in any TS codebase without any extra...
Hi, I wanted to implement `react-input-trigger` to project I work on. There I use MaterialUI and [TextFields](https://material-ui.com/demos/text-fields/). However `react-input-trigger` fails with `onStart` > Uncaught TypeError: Failed to execute 'getComputedStyle' on...
Try out the docs on codesandbox 🚀: - [Updated README.md](https://github.com/abinavseelan/react-input-trigger/blob/pre-release/2.0.0/README.md) - [using ``](https://codesandbox.io/s/github/abinavseelan/react-input-trigger/tree/pre-release/2.0.0/docs/example-component) - [using `useInputTrigger` hook](https://codesandbox.io/s/github/abinavseelan/react-input-trigger/tree/pre-release/2.0.0/docs/example-hooks)
I am using a functional component and I am unable to set the endTrigger with a set state function ``` ```
I am looking for a feature like slack where user can trigger different action through different input ("/" for command actions and "@" for user mentions). will this library support...
Using event.keyCode limits the keyboard layout compatibility. Added a trigger.key property for triggering with event.key