1
Add support for default values in the Repeater interface
Source: directus/directus#24687 · opened by @sybena
Describe the Bug The current implementation of default values for Repeater fields in Directus has a significant limitation: the default value applies only to the initial state of the entire Repeater field (e.g., the first entry). However, when a new item is added to the Repeater, all fields within that new entry are empty, as the default value cannot be defined for the individual fields inside the Repeater structure. Current behavior: • The default value initializes the Repeater field with one prefilled entry, but does not affect any subsequent entries. • Users must manually fill in all fields for every new entry, even if consistent default values are required for each added item. Proposed enhancement: • Allow specifying default values for the individual fields inside the Repeater structure. • These defaults would be applied automatically whenever a new entry is created within the Repeater. This enhancement would significantly improve usabil…
No pledges yet. Be the first to back this.
Comments
Similar requests
Nested Repeater Fields & Repeater Fields with more options
2 votes · 0 comments
Default Field Values per Language
2 votes · 0 comments
Dropdown selector for boolean field with labels
1 vote · 0 comments
Dynamic max/min values
18 votes · 0 comments
Automatic Language Selection in Translations interface for Visual Editor
5 votes · 0 comments
No comments yet.