melohagan
|
7a06fcee0f
|
Add BigInt type support (#11145)
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
|
2023-07-07 15:11:41 +01:00 |
Andrew Kingston
|
1b2b4dba88
|
Revert skeleton loaders and restore required setting functionality (#9979)
|
2023-03-27 14:43:29 +01:00 |
melohagan
|
ee054adf39
|
Longform fields support for JSON string (#9666)
|
2023-02-13 11:06:33 +00:00 |
Gerard Burns
|
a2889ec1a3
|
Skeleton Loading States (#8719)
* Loading Skeletons
* PR Feedback
|
2022-11-25 10:02:43 +00:00 |
Dean
|
7ccf29bff7
|
Pushed default parsing up into the InnerForm component to ensure that invalid default values are removed entirely. Fixes for custom validation for array types
|
2022-10-18 16:24:36 +01:00 |
Dean
|
36307ccff7
|
Refactor for multiselect value parsing and a fix to ensure default values are parsed before reaching the picker
|
2022-10-18 11:06:18 +01:00 |
Andrew Kingston
|
d89047b2ab
|
Revert focus specific logic in other components and simplify
|
2022-06-13 16:11:12 +01:00 |
Dean
|
f1111fffca
|
Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered
|
2022-05-30 12:57:10 +01:00 |
Dean
|
663a4ee7c7
|
Expanding the focus behaviour to more component types in the builder. Minor fix for cypress test
|
2022-05-24 09:58:05 +01:00 |
Dean
|
253642ad1f
|
Refactored the approach to builder focus. Extending the behaviour beyond form fields
|
2022-05-23 16:12:56 +01:00 |
Dean
|
4c25248de8
|
Builder focus behaviour added to guide users when adding form elements. Refactored the component tests
|
2022-05-17 15:09:13 +01:00 |
Andrew Kingston
|
45439ac3aa
|
Deregister field validation when unmounting form fields
|
2022-04-28 16:35:38 +01:00 |
Andrew Kingston
|
444072ecac
|
Only save textContent of editable fields to fix HTML being inserted, and fully remount component when toggling editing to fix chrome issues
|
2022-03-30 09:32:19 +01:00 |
mike12345567
|
ff6c81f265
|
Getting client side block search fields working with searching formulas.
|
2022-01-25 18:28:55 +00:00 |
Andrew Kingston
|
bfe562c9ea
|
Update editable components to trim whitespace when editing inline
|
2021-11-18 20:32:57 +00:00 |
Andrew Kingston
|
9f30599ec1
|
Make form step number dynamic
|
2021-11-18 14:42:49 +00:00 |
Andrew Kingston
|
5f5ca5fdf7
|
Allow dynamic re-registration of form field components
|
2021-11-18 14:18:06 +00:00 |
Andrew Kingston
|
04bbbd7873
|
Add in-preview editing for all field labels
|
2021-10-28 16:31:22 +01:00 |
Andrew Kingston
|
54aad2ff1e
|
Update field disabled state when disabled prop changes
|
2021-10-26 11:05:48 +01:00 |
Rory Powell
|
346f1d652b
|
Allow options picker to be used on text columns
|
2021-10-14 16:36:45 +01:00 |
Andrew Kingston
|
047cd4ea88
|
Merge standard-components into the client library
|
2021-09-01 11:41:48 +01:00 |