You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
docs: Improve dynamic Choices example, add html attribute (#1220)
* Add `html` attribute to `Choices` documentation. Describe dynamic `Choices` better. Provide flags that has to be enabled in order to use them.
* Update jsdoc-to-markdown to avoid buffer errors
`create-docs` script fails on local runs because of unclear error.
Turned out it's because of buffer overflow, new version works well.
* Update lock file
* Fix typo
* One more typo
---------
Co-authored-by: Max Tkachenko <[email protected]>
Copy file name to clipboardExpand all lines: src/tags/visual/Repeater.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
/**
4
4
* Repeater Tag for annotating multiple data objects in a dynamic range with the same semantics. You can loop through data items in a python-like `for` cycle in the labeling process.
5
-
* It repeats tags inside it for every item in a given data array from your dataset. All the occurences of `indexFlag` (default is `{{idx}}`) in parameter values will be replaced by the current index.
5
+
* It repeats tags inside it for every item in a given data array from your dataset. All the occurrences of `indexFlag` (default is `{{idx}}`) in parameter values will be replaced by the current index.
6
6
* Names should always be unique, so you can use this placeholder in tag names.
7
7
*
8
8
* The Repeater Tag supports the `mode` property. This creates the possibility to enable pagination in repeater for performance improvement.
0 commit comments