templates/web/customer/product/attribute_value/select/option.twig line 1

Open in your IDE?
  1. {##
  2.  # Attribute value (Select option)
  3.  #}
  4. <option {% if this.isSelectedValue(option) %} selected="selected" {% endif %} value="{{ option.id }}">{{ this.getOptionTitle(option) }}{{ this.getModifierTitle(option)|raw }}</option>