mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
fix typo
This commit is contained in:
@@ -110,7 +110,7 @@ step="" <!-- Identifies the legal numb
|
|||||||
<!-- Supported attributes -->
|
<!-- Supported attributes -->
|
||||||
name="" <!-- The name for a dropdown combination box -->
|
name="" <!-- The name for a dropdown combination box -->
|
||||||
size="" <!-- Specifies the number of available options -->
|
size="" <!-- Specifies the number of available options -->
|
||||||
mupltiple <!-- Allows for multiple option selections -->
|
multiple <!-- Allows for multiple option selections -->
|
||||||
required <!-- Requires that a value is selected before submitting the form -->
|
required <!-- Requires that a value is selected before submitting the form -->
|
||||||
autofocus <!-- Specifies that the dropdown automatically comes to focus once the page loads -->
|
autofocus <!-- Specifies that the dropdown automatically comes to focus once the page loads -->
|
||||||
<optgroup></optgroup> <!-- Specifies the entire grouping of available options -->
|
<optgroup></optgroup> <!-- Specifies the entire grouping of available options -->
|
||||||
|
|||||||
Reference in New Issue
Block a user