Skip to content
New issue

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

📄form: investigate form alternatives for nested plugins #1338

Open
7 tasks
pbullhove opened this issue Feb 29, 2024 · 0 comments
Open
7 tasks

📄form: investigate form alternatives for nested plugins #1338

pbullhove opened this issue Feb 29, 2024 · 0 comments
Assignees

Comments

@pbullhove
Copy link
Contributor

pbullhove commented Feb 29, 2024

Only send what is actually updated.

  • so if no changes in the form - then send empty payload (or not send at all?)

How about deleting?

deleting means setting value to 'null' and sending that to dmss.
say 'wind' is optional.

  • and you delete it
  • payload is then wind: null

Test it thoroughly

  •  deleting, deleting optional
  • adding optional
  • nested optional
  • nested, reverting
  • validation etc
  • submit button is never 'disabled'
@pbullhove pbullhove changed the title investigate form options investigate form alternatives for nested plugins Feb 29, 2024
@pbullhove pbullhove changed the title investigate form alternatives for nested plugins 📄form: investigate form alternatives for nested plugins Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants