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
Post a Comment