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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|**getForm()**| Returns an object with two attributes: **valid** (return of **isValid** method) and **value** (return of **getAnswersGroups** method. |
237
244
|**submit()**| Send the form, enabling the validation of all questions. |
238
245
239
-
5. If you want only to show the answers from JSON, use the **readOnly** input with **true** value (your default value is **false**).
246
+
6. If you want only to show the answers from JSON, use the **readOnly** input with **true** value (your default value is **false**).
0 commit comments