1
0
Fork 0
mirror of synced 2024-07-28 17:46:09 +12:00
budibase/packages/builder
melohagan acb53c075a Scroll to first invalid field (#11824)
* Final actions

* Add vertical options to ScrollTo

* Remove nearest option

* Scroll to form field when invalid

* Backwards compatibility for ScrollTo action

* Revert "Final actions"

This reverts commit 910e9e6d396aa8531c9662181ebccc77b90ed0ae.

* Scroll to form field when invalid

* Remove createAutomations function

* Refactor

* Refactor

* lint

---------

Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-20 14:30:35 +01:00
..
.vscode
assets Rename Integromat to Make. Update logo. (#10492) 2023-05-05 12:41:24 +01:00
build
public using black bb logo instead of gray 2023-06-14 16:55:46 +01:00
src Scroll to first invalid field (#11824) 2023-09-20 14:30:35 +01:00
.gitignore Remove cypress dependencies 2023-09-07 15:27:13 +02:00
babel.config.js
CONTRIBUTING.md
index.html fix for fonts in production 2023-06-14 18:48:44 +01:00
LICENSE.md
nuxt.config.js
package.json Update dayjs dependencies to same version and fix import syntax in DateCell 2023-09-15 08:04:17 +01:00
README.md
routify.config.js
tsconfig.build.json
tsconfig.json Revert "Remove composite" 2023-08-01 19:23:48 +02:00
vite.config.js Consume packages from builder 2023-08-09 11:40:54 +03:00
vitest.setup.js Builder Unit Test PoC (#10173) 2023-04-18 14:37:29 +01:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build