javascript - Add "more results..." text to ui bootstrap typeahead -


i know possible set own template each row in ui bootstrap typeahead. cannot find way add "more results..." text @ end if available options more example 5. when there 5 or less options text shouldn't visible.

is possible or have check lib?

i had problem when using bootstrap tagsinput , typehead.js. , modified in bootstrap tagsinput js file in line 41.

this.placeholdertext = element.hasattribute('placeholder') ? this.$element.attr('placeholder') : "more results...";


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -