Replies: 1 comment
-
Please see #1754 (reply in thread). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
I have a cell that has nested properties like
The ownerName is bound to a text input field in inspector. I need to capture the data that is typed into the input field.
I came across 'change' event that is triggered when user changes property through inspector.
Is that the correct way to capture the value typed into ownerName(which is a nested field) ? FYI, I'm only facing issue while capturing nested fields. Non-nested fields work.
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS+
Beta Was this translation helpful? Give feedback.
All reactions