-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- When using a file field, you must include either
@sjsf/form/fields/extra-fields/file-includeorsjsf/form/fields/extra-fields/files.sveltedepending on themultipleoption of the field -
Conflicting widgets (e.g.(outdated)radio-buttonsandfilter-radio-buttons) can be connected without defining a new widget (filterRadioButtonsWidget) if the conflicting widget (radioButtonsWidget) is not used - Instead of notifying you of optional dependencies, you can generate an exact set of required packages based on the widgets you use
- There is a case when the array has a limit on the minimum number of elements, and the element itself is too complex for the SJSF library to generate initial values. To solve this problem it is possible to implement
mergergeneration indefaults.tswith correct strategy forarrayMinItems.populateoption - The order of fields must be preserved when using dependencies
- Default values for arrays and objects fields should be properly validated
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request