Commit Graph

1132 Commits

Author SHA1 Message Date
James
e7e2a2d260 fixes bug with executeFieldHooks 2020-06-05 13:05:07 -04:00
James
4561f98462 enables fields to validate without sending their value to form data afterward 2020-06-05 12:32:33 -04:00
James
c5f51580f2 builds RenderTitle 2020-06-04 20:10:32 -04:00
James
f949a5d684 converts handleAjaxResponse to onSave 2020-06-04 20:04:47 -04:00
James
dc2943c5eb only validates fields if they are not localized on backend 2020-06-04 19:54:32 -04:00
James
7e19ce6cb9 improves error handling in Form 2020-06-04 19:45:56 -04:00
James
e5d2b9f45c builds Delete UI 2020-06-04 19:28:53 -04:00
James
87d3451edf clears status list on route change 2020-06-04 17:54:03 -04:00
James
e0da1d8884 adds method to check if form is valid 2020-06-04 17:45:22 -04:00
James
0393eb2570 ensures nested field server validation works as intended 2020-06-04 17:28:26 -04:00
James
9930462639 re-introduces Status 2020-06-04 17:05:01 -04:00
James
c6f83fb704 adds label back to Repeater 2020-06-04 15:18:29 -04:00
James
807a664c1d enables duplication of existing document 2020-06-04 15:15:35 -04:00
James
7418b9e637 Merge branch 'master' of github.com:keen-studio/payload 2020-06-04 14:37:41 -04:00
James
ae606edae4 implements scroll to top on failed form submission 2020-06-04 14:36:43 -04:00
James
e36e1055dd implements server-side errors on frontend 2020-06-04 14:33:44 -04:00
James
9ffd50468e implements readOnly on frontend 2020-06-04 13:28:22 -04:00
James Mikrut
d8f632c02d Merge pull request #232 from trouble/client-ui
Client ui
2020-06-04 13:17:02 -04:00
James
67b8dc4f45 sends defaultValue AND initialData to useFieldType 2020-06-04 13:16:36 -04:00
James
384365472e introduces debounce technique to useFieldType hook instead of manually doing it 2020-06-04 12:49:20 -04:00
James Mikrut
bab8542096 Merge pull request #231 from trouble/client-ui
Client ui
2020-06-04 11:56:12 -04:00
James
82d2827b79 debounces input on text-based inputs 2020-06-04 11:55:21 -04:00
James
5bb4c9368e ensures initialData and defaultValue work as expected 2020-06-04 11:31:07 -04:00
James
3fb162770b differentiates between initialData and defaultValue in all field types 2020-06-04 10:16:17 -04:00
James
bfca74d449 fixes tooltip positioning in copy component 2020-06-03 20:39:08 -04:00
James Mikrut
c2be7949cb Merge pull request #229 from trouble/client-ui
Client ui
2020-06-03 19:10:41 -04:00
James
8793c5d24a enables fields to not require a path as well as a name 2020-06-03 19:09:59 -04:00
James
5138e24a2a revises custom group to use vanilla group as a demo 2020-06-03 16:37:34 -04:00
James Mikrut
d5799e2bbb Merge pull request #228 from trouble/client-ui
implements method to override webpack config
2020-06-03 16:03:27 -04:00
James
449b72ceac implements method to override webpack config 2020-06-03 16:03:06 -04:00
James Mikrut
108bdfbd66 Merge pull request #227 from trouble/client-ui
Client ui
2020-06-03 13:49:31 -04:00
James
48bb2cb8a6 modifies field types to rely on path instead of name 2020-06-03 13:49:11 -04:00
James
b8d44204c2 fixes bug with repeater custom fields 2020-06-03 13:00:30 -04:00
James
7a0ce35286 Merge branch 'master' of github.com:keen-studio/payload 2020-06-03 12:57:10 -04:00
James
e15623539b enables nested custom fields 2020-06-03 12:56:43 -04:00
James Mikrut
d8941dcac5 Merge pull request #226 from trouble/client-ui
WIP - reintroduces a method to render custom fields
2020-06-03 11:10:27 -04:00
James
14f1fc44ce WIP - reintroduces a method to render custom fields 2020-06-03 11:09:45 -04:00
James Mikrut
0f3f7b65d7 Merge pull request #225 from trouble/client-ui
ensures useFieldType calls validate function safely
2020-06-03 10:01:42 -04:00
James
c7cc94bd70 ensures useFieldType calls validate function safely 2020-06-03 09:59:44 -04:00
James Mikrut
bd57e94fef Merge pull request #223 from trouble/client-ui
adds default validations to built-in field types
2020-06-03 08:17:37 -04:00
James
beaf99c690 adds default validations to built-in field types 2020-06-03 08:17:01 -04:00
James Mikrut
2a38ca0a59 Merge pull request #216 from trouble/client-ui
Client ui
2020-06-02 20:55:00 -04:00
James
0583612219 adds Row to buildMutationInputType 2020-06-02 20:54:21 -04:00
James
c1338160fe adds row field type to buildWhereInputType 2020-06-02 20:42:27 -04:00
James
b4e2e2e1b6 enables properly building object type for Row field type 2020-06-02 20:31:05 -04:00
James Mikrut
6e39c08f8e Merge pull request #214 from trouble/client-ui
implements fixes for backend validation on create
2020-06-02 20:14:53 -04:00
James
66f55a593f implements fixes for backend validation on create 2020-06-02 20:14:03 -04:00
James Mikrut
86e9da97fb Merge pull request #213 from trouble/client-ui
refines frontend validations to use the same field validations as the…
2020-06-02 19:12:45 -04:00
James
6e93782d90 refines frontend validations to use the same field validations as the backend 2020-06-02 19:12:25 -04:00
James Mikrut
393cd039eb Merge pull request #212 from trouble/client-ui
sanitizes frontend config, ensures custom validations are used, revis…
2020-06-02 17:57:34 -04:00