react-abstract-autocomplete icon indicating copy to clipboard operation
react-abstract-autocomplete copied to clipboard

Bring-Your-Own-UI autocomplete / mentions component for React.

Results 3 react-abstract-autocomplete issues
Sort by recently updated
recently updated
newest added

(Would be good for testing also.) One nice thing would be if inserting the completion could be `preventDefault()`ed.

enhancement

`getCompletions` could return a promise.

enhancement

> Warning: AutoComplete is changing an uncontrolled input of type undefined to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a...

bug