Skip to content

Commit

Permalink
Fix datalist suggestion for Apple
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=245915

Reviewed by Timothy Hatcher.

* Websites/webkit.org/wp-content/plugins/meeting-registration/form.php:

Canonical link: https://commits.webkit.org/255054@main
  • Loading branch information
jdatapple committed Sep 30, 2022
1 parent 8b978a8 commit b23e33f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<label class="form-label" for="affiliation">Affiliation/Company</label>
<input type="text" name="affiliation" id="affiliation" placeholder="&nbsp;" list="companies">
<datalist id="companies">
<option>Apple, Inc.</option>
<option>Apple Inc.</option>
<option>Igalia, S.L.</option>
<option>Google</option>
<option>Sony Interactive Entertainment</option>
Expand Down

0 comments on commit b23e33f

Please sign in to comment.