budibase/packages/builder/src/helpers
Andrew Kingston f2b12bcf45 Component error state improvements (#10136)
* Tidy logic for creating initial component instances

* Add initial implementation of enriching empty settings

* Fix regression that prevented custom placeholders from working (#9994)

* Tidy up

* Add automatic naming of form fields when added

* Update missing required setting placeholder

* Improve error states and add ability to automatically wrap a component in a required parent type

* Fix crash in column editor and rename component placeholder to error state

* Select the parent component after adding it when wrapping a component with a missing ancestor

* Fix blocks and make fields require forms

* Improve empty component placeholder

* Lint
2023-03-28 21:11:33 +01:00
..
data PR comments, removing console logs, as well as trying to get jest tests working in builder. 2022-09-15 22:47:37 +01:00
tests PR comments, removing console logs, as well as trying to get jest tests working in builder. 2022-09-15 22:47:37 +01:00
validation New Onboarding URL Validation (#9507) 2023-02-21 15:03:58 +00:00
duplicate.js
featureFlags.js Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features 2023-02-01 14:12:43 +00:00
fetchData.js
formFields.js Component error state improvements (#10136) 2023-03-28 21:11:33 +01:00
helpers.js Make NaN undefined 2022-10-24 10:18:51 +01:00
index.js
pagination.js Adding loading control to make sure that pagination can't be spammed in between loads. 2022-06-30 17:02:50 +01:00
searchFields.js Master => Develop (#9049) 2022-12-15 12:13:42 +00:00
urlStateSync.js Ensure view names are properly encoded to handle certain special characters (#9145) 2022-12-22 13:09:07 +00:00
userInitials.js Backups UI Changes (#9726) 2023-02-22 10:03:11 +00:00
warnings.js