b0y-101 Mini Shell


Current Path : E:/phpMyAdmin/templates/sql/
File Upload :
Current File : E:/phpMyAdmin/templates/sql/enum_column_dropdown.twig

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

Copyright © 2019 by b0y-101