react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Pluggable components to add a kanban board to your application

Results 129 react-trello issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

There is a typo within the `Callbacks and Handlers` table for the `onBeforeCardDelete` entry. Changed `onConfirmCardDelete` to `onBeforeCardDelete`.

**Is your feature request related to a problem? Please describe.** -When `AddCardLink` is supplied as a custom component there is no way to supply `onclick` callback function, lets say if...

Cannot find module 'react-trello' or its corresponding type declarations.

**Is your feature request related to a problem? Please describe.** The repo doesn't have an `index.d.ts` and the DefinitelyTyped repo doesn't have types for it either. **Describe the solution you'd...

I'm require @types/react-trello

After adding card and add data into table i want to update cards detail with original card id which return from table. For this i have used eventBusHandle like this...

**Describe the bug** When you drag and drop a card, the card's `onClick` handler should not be called but on Firefox it is. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** When dragging a card by its header in Firefox v72.0.2 , the card freezes after moving a few pixels. Leaving go of the mouse button causes the...

**Describe the bug** unable to add a card to the lane or drag a card into the lane after deleting the last card in lane **To Reproduce** Steps to reproduce...