Skip to content

Commit b4b273f

Browse files
AurelioDeRosaarthurvr
authored andcommitted
val: mention support for numbers
Fixes gh-624 Closes gh-645
1 parent f348efd commit b4b273f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entries/val.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ $( "input" )
106106
<added>1.0</added>
107107
<argument name="value">
108108
<type name="String"/>
109+
<type name="Number"/>
109110
<type name="Array"/>
110-
<desc>A string of text or an array of strings corresponding to the value of each matched element to set as selected/checked.</desc>
111+
<desc>A string of text, a number, or an array of strings corresponding to the value of each matched element to set as selected/checked.</desc>
111112
</argument>
112113
</signature>
113114
<signature>

0 commit comments

Comments
 (0)