typeahead-addresspicker icon indicating copy to clipboard operation
typeahead-addresspicker copied to clipboard

how to enable word highlight in the dropdown menu

Open applemate opened this issue 9 years ago • 1 comments

screen shot 2015-12-12 at 2 46 34 am

typing 'ala' the character ala in alabama is highlighted. That screen shot is from twitter demo. How to enable that mode?

applemate avatar Dec 11 '15 19:12 applemate

sorry, I thought the setting is different from twitter typeahead but not. Just do like this to enable highlight

$('#address').typeahead({
        highlight: true
    }, {
      displayKey: 'description',
      source: addressPicker.ttAdapter()

    });

applemate avatar Dec 11 '15 20:12 applemate