Closed santilin closed 5 years ago
Did you include angular-ui-bootstrap as specified by the documentation?
I didn't, but I have done now and still I can't find any references to e-uib-typeahead. Is it possible that the 'e-' prefix is added by the xeditable extension?
Can you post your code you are having an issue with or make a plunkr/jsfiddle so that I can better understand what your issue is?
To run typeahead, you have to include angular-ui-bootstrap and any properties of the bootstrap typeahead should be prefaced with e-
.
I'm trying to implement typeahead over an xeditable input control following the docs, but I can't. It looks like the properties for the typeahead plugin are not present.
However, searching the code in the path angular-xeditable, I only find a few references to the word typeahead:
I have installed xeditable via npm like this:
Do I need to install any other package?