You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we maintenance the following options for reference autocomplete to labelProperty - (REQUIRED) Value which is displayed in the field valueProperty - (REQUIRED) Unique value for object identifying in select options.
But we introduce a new option to change the default behavior in the case when the user wants to see only the selected identifier labelOptionProperty - (OPTIONAL) Value which is displayed in the options, by default used labelProperty.
NOTE: This option can be compatible with old behavior and doesn't change exists inputs
ddivin-sc
changed the title
Introduction new selectProperty option for autocomplete field
Introduction new labelOptionProperty option for autocomplete field
Apr 7, 2021
Description
Now we maintenance the following options for reference autocomplete to
labelProperty - (REQUIRED) Value which is displayed in the field
valueProperty - (REQUIRED) Unique value for object identifying in select options.
But we introduce a new option to change the default behavior in the case when the user wants to see only the selected identifier
labelOptionProperty - (OPTIONAL) Value which is displayed in the options, by default used labelProperty.
NOTE: This option can be compatible with old behavior and doesn't change exists inputs
Pseudo code
NOTES: before merge selectProperty renamed to labelOptionProperty
Original issue: https://opuscapita.atlassian.net/browse/EPROC-20368
The text was updated successfully, but these errors were encountered: