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

next/form #68102

Merged
merged 45 commits into from
Jul 30, 2024
Merged

next/form #68102

merged 45 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1dc69c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9e5767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4c200 View commit details
    Browse the repository at this point in the history
  4. fix: more formAction fixes

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    387f34f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc1cbc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1441287 View commit details
    Browse the repository at this point in the history
  7. todo

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3bee299 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f942a4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50163ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    598e46e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    229bd24 View commit details
    Browse the repository at this point in the history
  12. basePath support

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e8de9a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    41cca4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2613191 View commit details
    Browse the repository at this point in the history
  15. refactor: use useMergedRef

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c50dea3 View commit details
    Browse the repository at this point in the history
  16. add "scroll" prop to Form

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    34b5db4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    01e63d5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    614fb72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2d0774 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    39e4d96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    846f01b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7faddee View commit details
    Browse the repository at this point in the history
  23. todos

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    72bc448 View commit details
    Browse the repository at this point in the history
  24. test: move tests

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    662467c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e03aa8d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    be9453f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bf8741c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    303f960 View commit details
    Browse the repository at this point in the history
  29. todo

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5cf30ef View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f993996 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d01ff22 View commit details
    Browse the repository at this point in the history
  32. remove TODO

    we don't need to do anything about validation, because if
    form validation doesn't pass, onSubmit will not trigger
    https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/submit_event#sect1
    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    912e4d4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d36ffaa View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b0d83ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0d65f1e View commit details
    Browse the repository at this point in the history
  36. fix: resolve "action" relative to location.href

    (instead of document.baseURI, for consistency)
    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3c2bcc0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2847d38 View commit details
    Browse the repository at this point in the history
  38. test: replace prop

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f49d59b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f0a4dfc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7f8b0f5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    331ca4d View commit details
    Browse the repository at this point in the history
  42. remove unnecessary TODO

    lubieowoce committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    da580dc View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1f6bb86 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    850d6f6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b854edf View commit details
    Browse the repository at this point in the history