Skip to content

Commit f74ffce

Browse files
author
Kurtis LoVerde
committed
1.2 documentation
1 parent a95c7e9 commit f74ffce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AddRemoveTextbox v1.1.2
2-
=======================
1+
AddRemoveTextbox v1.2
2+
=====================
33

44
See LICENSE for this software's licensing terms.
55

@@ -84,6 +84,8 @@ See the included HTML file for more in-depth examples.
8484
| `maxFields` | An optional limit on the number of fields which may exist under the applicable ID prefix. If a value is specified, it must be an integer greater than 1. | null (no limit) |
8585
| `contiguous` | If `true`, renumber the `id` and `name` attributes upon initialization and when a row is removed. Renumbering is based on DOM order, not `id` or `name` values, and starts on the value specified by `startingNumber`. This setting is disabled by default because it can break applications. | false |
8686
| `startingNumber` | This setting is used only when `contiguous` is set to `true`. | null |
87+
| `addCallback` | A callback function to execute when a field is added. See the demo for more information. | null |
88+
| `removeCallback` | A callback function to execute when a field is removed. See the demo for more information. | null |
8789

8890

8991
## Thanks

0 commit comments

Comments
 (0)