react-survey-builder 1.0.70 → 1.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bundle.js +4 -4
- package/lib/form-fields.js +91 -85
- package/lib/form.js +91 -85
- package/lib/index.js +3 -0
- package/lib/survey-elements/index.js +4 -4
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/README.md
CHANGED
@@ -98,7 +98,7 @@ submitButton | ElementNode | Optional | If you would like to inject your own sub
|
|
98
98
|
backButton | ElementNode | Optional | If you would like to inject your own back/cancel button.
|
99
99
|
buttonClassName | string | Optional | CSS class(es) for the button container
|
100
100
|
checkboxButtonClassName | string | Optional | CSS class(es) for the checkbox and radio buttons
|
101
|
-
|
101
|
+
hideLabels | boolean | Optional | If you would like to hide field labels
|
102
102
|
skipValidations | boolean | Optional | Suppress form validations on submit, if set to true.
|
103
103
|
displayShort | boolean | Optional | Display an optional "shorter page/form" which is common for legal documents or situations where the user will just have to sign or fill out a shorter form with only the critical elements.
|
104
104
|
readOnly | boolean | Optional | Shows a read only version which has fields disabled and removes "required" labels.
|