-
I see in this code that it relies on My thought was to use this as a way of running a form input validation check and enabling or disabling a save button whenever data is entered. This way if you are editing an item, you can also check if it has changed. For example, when ever I originally thought that the forms |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
The event triggers any time: The form's item is changed like:
Side note - the anvil-labs atomic module is like a super charged version of Edit: |
Beta Was this translation helpful? Give feedback.
The event triggers any time:
The form's item is changed like:
self.item = self.item
Or
You invoke
refresh_data_bindings
refresh_data_bindings
is equivalent toself.item = self.item
.Side note - the anvil-labs atomic module is like a super charged version of
auto_refreshing
.Edit:
If the above doesn't seem to be the case - clone link?