Closed mhdostal closed 7 months ago
Looks like this is targeting main
currently.
Looks like this is targeting main currently.
fixed, thanks.
Done. Please re-review. I fixed an opposite if
check when reversing the attachment array. Booleans are hard. ;-)
This adds support for
AttachmentFormElement.isEditable
, which is a@Streamed
property that can change based on an expression evaluation. This PR:editControlsDisabled
modifier@State isEditable
property to control showing/hiding edit controlsonAttachmentIsEditableChange
event for watching forisEditable
changes onAttachmentFormElement
isShowingAttachmentFormElement
propertyThe
isEditable
bit can be tested by putting the following code at the top of the Group inAttachmentFeatureElementView
: