Skip to content

Fix form printing capabilities

Bram Wiepjes requested to merge fix-form-print-capabilities into develop

What is in this MR

  • E.g. a short explanation of what this MR does.

How to test this MR

  • Create a table with many fields.
  • Create a date field.
  • Create a form view.
  • Add all fields to the form.
  • Confirm that on the form preview, the date input context is positioned correctly, even if you scroll down.
  • Confirm that if you try to print the form, it all the fields are there on multiple pages.

Merge Request Checklist

  • changelog.md has been updated if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports