-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
release/16.3.0release/17.1.0state/reproducedstate/sprint-candidateWe're trying to get this in a sprint at HQ in the next few weeksWe're trying to get this in a sprint at HQ in the next few weekstype/bug
Description
Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)
17.0.0-rc4
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
17.0.0-rc4
Issue summary
I'm using the Forms.PropertyEditorUi.TextWithFieldPicker form field for a setting in a workflow.
[Setting(nameof(SendToEmail), View= "Forms.PropertyEditorUi.TextWithFieldPicker", IsMandatory = false, DisplayOrder = 100)]
public string? SendToEmail { get; set; }The property editor works, but when the modal is closed this error is thrown in the console.
from this part of the code
Heres the usage in the workflow
Specifics
Looks like this
Steps to reproduce
See above
Expected result / actual result
Should not throw
This item has been added to our backlog AB#62647
Metadata
Metadata
Assignees
Labels
release/16.3.0release/17.1.0state/reproducedstate/sprint-candidateWe're trying to get this in a sprint at HQ in the next few weeksWe're trying to get this in a sprint at HQ in the next few weekstype/bug
