Reputation: 6336
I'm using React Bootstrap Typeahead package in my project, and I encountered an issue when the text is being blurry.
Steps to reproduce:
I already opened a ticket about this issue, but I was wondering if someone has a solution for this until an official fix? Thanks.
Upvotes: 0
Views: 58
Reputation: 2613
In your JSON file, you have the following:
{
label:
'Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-Alabama-',
population: 4780127,
capital: 'Montgomery',
region: 'South',
},
Compare to this working react-boostrap-typeahead
sandbox. Probably delete that issue.
Upvotes: 1