Enhancement: use stable unique IDs for custom field select options (#8299)

This commit is contained in:
shamoon 2024-12-01 20:15:38 -08:00 committed by GitHub
parent 00485138f9
commit 0fc1860d4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 494 additions and 101 deletions

View file

@ -190,7 +190,8 @@
@case (CustomFieldDataType.Select) {
<pngx-input-select formControlName="value"
[title]="getCustomFieldFromInstance(fieldInstance)?.name"
[itemsArray]="getCustomFieldFromInstance(fieldInstance)?.extra_data.select_options"
[items]="getCustomFieldFromInstance(fieldInstance)?.extra_data.select_options"
bindLabel="label"
[allowNull]="true"
[horizontal]="true"
[removable]="userIsOwner"