-
I could not find a way to narrow $post submission to specific fields - the library appears to drag the store from the entire page. It is very jarring to me: makes it difficult to debug, predict unusual interactions, worries me with prototype polutions, and things breaking in the future if multiple forms or dynamic sections are present on the page. Why not scope If that is not possible, is there a way to specify the elements which go with specific post body? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is by design. Store values are nestable, which is the easiest way to “scope” things when necessary. For example: <div data-store="{form1: {field1, field2}}"></div> |
Beta Was this translation helpful? Give feedback.
This is by design. Store values are nestable, which is the easiest way to “scope” things when necessary.
For example: