We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f9b1b commit 54b294aCopy full SHA for 54b294a
v0.3/handbook/libraries/stdlib.md
@@ -1480,8 +1480,18 @@ creates an autocomplete form with the class "birth-state" and the placeholder "W
1480
search
1481
[#state name]
1482
commit
1483
- [#ui/autocomplete #birth-state placeholder: "Where state were you born in?" | completion: [text: name]]
1484
-~~~</code>
+ [#ui/autocomplete #birth-state placeholder: "What state were you born in?" | completion: [text: name]]
+~~~
1485
+
1486
+Add some states
1487
1488
+commit
1489
+ [#state name: "PA"]
1490
+ [#state name: "CA"]
1491
+ [#state name: "OH"]
1492
+ [#state name: "SC"]
1493
1494
+</code>
1495
</td>
1496
</tr>
1497
<tr>
0 commit comments