Chase Giunta

Results 62 comments of Chase Giunta

_sigh_ hold off on merge... Delete functionality works perfectly, as desired, if editing fields or saving from the Control Panel. Unfortunately, saving from the front-end does not. `$this->element->getContent()->getAttribute($this->model->handle)` in the...

Unfortunately, that only works if the POST content contains the field value. If you save an entry that contains a custom (reverserelations) field, yet don't include the field in your...

I've worked on this for too long. Unfortunately I'm just not able to wrap my head around what's going wrong. I'm think whatever you're doing in the `prepValue` function might...

@gossi Sorry, that fix earlier was only half complete. It ended up causing unclosed `script` tags. I've now added an additional src attribute check. I can't say why, in our...

@gossi I've tried to look, but I can't make sense of it. I'm unable to even find mention of the `classify` method referenced in the stack trace. Also, I have...

@Flowgram FYI vscode needs to restart in order for this to work.

I've only got this working (although, I've only really tested) by installing it locally at the project level and then doing a restart of VSCode. For me, I have prettier...

`prettier` is not a direct project dependency in my package.json, but this line in my output that's not present in yours: ``` ["INFO" - 7:21:01 AM] Loaded module '[email protected]' from...

Just confirming this bug. Ran into this a while back, forgot to open an issue.

In v3, I was using the `class` strategy, and setting some other defaults to be applied to my `form-` classes by nesting in `@layer components`. This worked without problem, because...