Please watch above video.......there is no search feature when i click on 'select category'..........I think you didn't get it........i want to add search-box to the category list OR when i click on a letter category must be focused....... This is the code <div class="form-row"> <div class="table-grid"> <div class="table-grid-cell"> <select name="category_id" class="select-color-1 select-size-1 fill"> <option><?php echo $this->_('Select Category') ?></option> <?php foreach($categories AS $category): ?> <option value="<?php echo $category['id'] ?>"<?php echo $this->selected('category_id', $category['id'], $pin->category_id) ?>><?php echo $category['title'] ?></option> <?php endforeach ?> </select> </div> </div> </div> ...................................................Thank You...................................................
I don't really know the package you're using. Could you provide a link to at least see the whole code?