Is there a way to implement show more in an Input select element? – Jquery
I have an input select element in Bootstrap like so : <div class="form-group"> <label for="exampleSelect">Example select</label> <select class="form-control" id="exampleSelect"> </select> </div> where the options are dynamically added (JQuery), the problem is that chances are the options could be of a…