vue2-autocomplete icon indicating copy to clipboard operation
vue2-autocomplete copied to clipboard

Please make the "label"-prop required

Open ghost opened this issue 7 years ago • 2 comments

Hello,

I've debugged some time now the error

TypeError: Cannot read property 'split' of undefined

and basically found out that I was missing the "label"-prop. To prevent others from wasting time please make this a required prop since it is indeed required :)

Thank you!

ghost avatar Oct 11 '17 13:10 ghost

Yes, either make it required, or better yet remove the dependence on it that makes the module not work without it.

MichaelJPDX avatar Mar 29 '18 01:03 MichaelJPDX

+1

yordivd avatar Apr 03 '18 10:04 yordivd