I want to fix this code.

Discussion in 'Programming' started by Kavidu Dilshan Jayakody, Apr 17, 2016.

  1. #1


    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...................................................
     
    Kavidu Dilshan Jayakody, Apr 17, 2016 IP
  2. fisasti

    fisasti Active Member

    Messages:
    42
    Likes Received:
    5
    Best Answers:
    2
    Trophy Points:
    58
    #2
    I don't really know the package you're using. Could you provide a link to at least see the whole code?
     
    Last edited: Apr 19, 2016
    fisasti, Apr 19, 2016 IP