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
When creating an alert custom detail column whose header already exists (e.g. Summary:details.title against default Summary column), the option is greyed out in the column selector. However, this workflow can be confusing as it implies it's a valid option that can be added to the view.
A preferred solution would involve a validation on the react-select input itself:
Summary
When creating an alert custom detail column whose header already exists (e.g.
Summary:details.title
against defaultSummary
column), the option is greyed out in the column selector. However, this workflow can be confusing as it implies it's a valid option that can be added to the view.A preferred solution would involve a validation on the
react-select
input itself:pd-live-react/src/components/SettingsModal/SettingsModalComponent.js
Line 353 in a042af7
Ref: https://react-select.com/props#creatable-props
The text was updated successfully, but these errors were encountered: