Update Form FIELD state from JS
I cannot update field state from JS script. fieldStateUpdated is not fired. Am I doing something wrong? Thanks.
5 Replies
State is just a wrapper object containing proxy to state value. Hmm.... .Just to find out, how to use it directly.... .
I have the same question, please help
have to access state.initialValue
This way it works. It has proxy to track changes.