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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -