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.
2 parents b9d6ff0 + 2274c85 commit 988ab65Copy full SHA for 988ab65
1 file changed
docs/Inputs.md
@@ -889,7 +889,7 @@ Now the component will render with a label:
889
```html
890
<label>Position</label>
891
<span>
892
- <input name="lat" type="number" placeholder="longitude" value={record.lat} />
+ <input name="lat" type="number" placeholder="latitude" value={record.lat} />
893
<input name="lng" type="number" placeholder="longitude" value={record.lng} />
894
</span>
895
```
0 commit comments