hello-pangea / dnd

💅 Beautiful and accessible drag and drop for lists with React. ⭐️ Star to support our work!
https://dnd.hellopangea.com
Other
2.48k stars 95 forks source link

Search task in current column #860

Open jiualfa opened 8 hours ago

jiualfa commented 8 hours ago

Description

I would like a 'search' function to be implemented in the column, the user could add an attribute to the column object: is_search: true. This would enable an input search for that column.

I tried to implement it, but without success, I had bugs in the tasks.

image