0👍
✅
figured out a way to fix my issue by
1) moving isRemoveBtnShown
to FileUpload
itself
2) giving FileUpload
cmp in parent a ref
of its field
then gettin my current component by means of this.$refs[field]
and change its internal prop (isRemoveBtnShown
) to desired.
Works as a charm, no sibling FileUpoload
s are effected
Source:stackexchange.com