We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71a707a + e5a6590 commit 5eac22bCopy full SHA for 5eac22b
1 file changed
guide/Text/Components/eventSelected.md
@@ -9,6 +9,6 @@ $eventSelected or $eventSelected[position;seperator]
9
```
10
11
### For Example:
12
- `$eventSelected would` return the first selected value.\
+ `$eventSelected` would return the first selected value.\
13
`$eventSelected[2]` would return the second selected value, since it was the second value clicked by the user.\
14
- `$eventSelected[;,]` would return all selected values separated with `,`.
+ `$eventSelected[;,]` would return all selected values separated with `,`.
0 commit comments