erizocosmico/react-categorized-tag-input

error when placeholder attribute undefined

ksloan opened this issue · 1 comments

Hey, great work on this component -- thanks! Just wanted to let you know it's throwing this error for me if you don't provide a placeholder attribute:

Uncaught TypeError: Cannot read property 'length' of undefined when trying to read this.props.placeholder.length.

Thanks for catching this! Just released version 2.1.2 with this fix.