error when placeholder attribute undefined
ksloan opened this issue · 1 comments
ksloan commented
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.
erizocosmico commented
Thanks for catching this! Just released version 2.1.2
with this fix.