Resolve #3537291 "Pattern validation fails"
All threads resolved!
Closes #3537291
Merge request reports
Activity
added 2 commits
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
Could be good as well to update the test-component with
enum_list
andenum_set
? I see some are missing. In tests/modules/ui_patterns_test/components/test-component/test-component.component.ymlenum_list: title: "Enum List" type: array $ref: "ui-patterns://enum_list" items: enum: - A - B - C - D - E - F "meta:enum": A: "Label A" B: "Label B" C: "Label C" D: "Label D" E: "Label E" F: "Label F" enum_list_multiple: title: "Enum List Multiple" type: array $ref: "ui-patterns://enum_list" maxItems: 3 items: type: integer enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] enum_set: title: "Enum Set" type: array $ref: "ui-patterns://enum_set" uniqueItems: true maxItems: 3 items: type: integer enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
reset approvals from @florenttorregrosa by pushing to the branch
Please register or sign in to reply