We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A simple model like this should update if the contents of the node changes:
class ButtonModel extends DOMModel { @byContentVal() label; }
The initial contents of the DOM node is read, but the model does not respond to changes
Any use of the byContentVal decorator that isn't in a child node
byContentVal
I will submit a PR that includes a test case
Chrome 72, MacOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
A simple model like this should update if the contents of the node changes:
Actual Behaviour
The initial contents of the DOM node is read, but the model does not respond to changes
Reproduce Scenario (including but not limited to)
Any use of the
byContentVal
decorator that isn't in a child nodeSteps to Reproduce
I will submit a PR that includes a test case
Platform and Version
Chrome 72, MacOS
Sample Code that illustrates the problem
I will submit a PR that includes a test case
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: