Skip to content

Commit 01fcf6a

Browse files
committed
changes.md and version
1 parent 1954621 commit 01fcf6a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 17.1.4
1+
## 17.2.0
22

3+
- Added prop to be able to hide validationSummary in form
34
- Fixed aria-label accessibility bug on anchorlinks
45

56
## 17.1.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helsenorge/refero",
3-
"version": "17.1.4",
3+
"version": "17.2.0",
44
"description": "Refero is a library that uses a fhir r4 schema and creates a interactive form using helsenorge packages.",
55
"keywords": [
66
"react",

preview/FormFillerPreview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const FormFillerPreview = (): JSX.Element => {
283283
attachmentValidTypes={[MimeType.PNG, MimeType.JPG, MimeType.JPEG, MimeType.PDF, MimeType.PlainText]}
284284
attachmentMaxFileSize={10000000}
285285
attachmentErrorMessage={hasTooManyAttachments(questionnaireResponse) ? 'For mange vedlegg' : undefined}
286-
hideValidationSummary={true}
286+
hideValidationSummary={false}
287287
onRequestHelpButton={(_1, _2, _3, _4, opening) => {
288288
return <HelpButton opening={opening} />;
289289
}}

0 commit comments

Comments
 (0)