Michael van Schaik

Results 21 issues of Michael van Schaik

When a user changes the position of the focuspoint in the CMS fileSelectForm modal and then publishes the file, the UI returns to read-only mode (greyed & dimmed preview). But...

If the ajax request takes a little while, the field may have lost focus by the time it returns. In such cases it doesn't make sense anymore to show the...

enhancement

Currently when using the tab-key to cycle through form-fields, upon focussing on an autocomplete-field which already has a value, the TAB keyup event on that field will trigger the ajax...

bug

Hi Peter, I'm considering using the API version of this data for a client project, the only problem is that there's no guarantee that this API will be/stay available and...

I've created a Dutch version, it's just not totally clear to me what's the purpose & specific requirements to the keys of the language arrays. I figured they're just references...

Batch-deleting userform submissions: Results in a console error: Seems due to invalid JSON being returned: ```JS { "isDestructive":true, "isError":false, "isWarning":true, "message":"Deleted 0 records.", "successClasses":[], "failedClasses":[], "records":{ "success":[], "failed":[] } }{...

type/bug

This makes some common template vars available to the block rendering, making each block aware of its position in the current blocklist (Fixes #76). Vars: $Pos, $Parent (reference to the...

@sheadawson, I've been using [this module](https://github.com/milkyway-multimedia/ss-gridfield-utils) by @milkyway-multimedia for inline editing inside GridFields on a few occasions now. Thought I'd leave a quick note here; I think this would be...

enhancement

I'll make a PR to make some template variables available to the Blocks, eg. Pos, First, Last, etc.

_(probably already on the radar but leaving here just in case it was not)_ On trying to update some modules to work with react rendered forms I noticed the below...

type/enhancement
complexity/high