bevacqua/horsey

Suggestions with type number are converted to undefined

Hurtak opened this issue · 3 comments

horsey(document.getElementById('test'), {
    suggestions: ['aaa', 100, 200, 300]
});

will produce

http://i.imgur.com/QlqbUmr.png

These two methods should be fixed: https://github.com/bevacqua/horsey/blob/master/horsey.js#L502-L508

Care to create a PR?

Can't promise anything, but i will take a look at it tomorrow.

-----Original Message-----
From: "Nicolas Bevacqua" notifications@github.com
Sent: ‎14. ‎7. ‎2015 23:01
To: "bevacqua/horsey" horsey@noreply.github.com
Cc: "Petr Huřťák" petr.hurtak@gmail.com
Subject: Re: [horsey] Suggestions with type number are converted to undefined(#6)

These two methods should be fixed: https://github.com/bevacqua/horsey/blob/master/horsey.js#L502-L508
Care to create a PR?

Reply to this email directly or view it on GitHub.

Resolved in 2.5.2