File "enum_column_dropdown.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/sql/enum_column_dropdown.twig
File size: 202 bytes
MIME-type: text/plain
Charset: utf-8

<select>
  <option value="">&nbsp;</option>
  {% for value in values %}
    <option value="{{ value|raw }}"{{ value in selected_values ? " selected" }}>{{ value|raw }}</option>
  {% endfor %}
</select>