You can use the `isoptionequaltovalue` prop to customize the equality test.

Sure! Here’s an example of an HTML content formatted in a div element without the body, H1, and HTML tags:

“`html

You can use the `isoptionequaltovalue` prop to customize the equality test.

For example:

<select isoptionequaltovalue="isOptionEqual">
  <option value="1">Option A</option>
  <option value="2">Option B</option>
  <option value="3">Option C</option>
</select>
  
<script>
function isOptionEqual(option, value) {
  // Customize your equality test here
  return option.value === value;
}
</script>

In this example, the `isoptionequaltovalue` prop is used in a `