0
Just a matter of consulting the official documentation:
Options
hint
– Iffalse
, the typeahead will not show a hint. Defaults totrue
.
I mean, just do:
$('.typeahead_oque').typeahead(
{
minLength: 0,
hint: false
}, {
source: categoriestextFunction,
name: 'categories'
}
);
It worked here, thanks a lot =). I’m new to the site, I don’t know put as solved.
– Samuel Faria
@Samuelfaria So I recommend that you do the [tour] and go to [help], especially the page What should I do if someone answers my question?
– Woss