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
|`addButtonClass`| A CSS class to style the 'Add' button. The generated HTML will be a <>, so it is assumed that you will use CSS to define a background image. | addButton |
78
+
|`addButtonClass`| A CSS class to style the 'Add' button. The generated HTML will be a <span>, so it is assumed that you will use CSS to define a background image. | addButton |
79
79
|`addButtonTooltip`| Hover text for the 'Add' button | null |
80
-
|`removeButtonClass`| A CSS class to style the 'Remove' button. The generated HTML will be a <>, so it is assumed that you will use CSS to define background image. | removeButton |
80
+
|`removeButtonClass`| A CSS class to style the 'Remove' button. The generated HTML will be a <span>, so it is assumed that you will use CSS to define background image. | removeButton |
81
81
|`removeButtonTooltip`| Hover text for the 'Remove' button | null |
82
-
|`maxFields`|A 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) |
82
+
|`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) |
0 commit comments