gglnx
gglnx
I've checked it, but now I'm getting a new error: ``` yii\base\ErrorException: Trying to get property 'customTextMaxLength' of non-object in vendor/sebastianlenz/linkfield/src/models/Link.php:404 Stack trace: #0 vendor/craftcms/cms/src/web/ErrorHandler.php(77): yii\base\ErrorHandler->handleError(8, 'Trying to get p...',...
With Craft 5 lurking around, it would be nice to revisit this topic. I see two possible routes for this problem (and maybe configured in one project dozens links fields...
I would prefer option 2, because it's reducing the visual clutter and is more aligned with other field types (Matrix, Relationships). As for the default link type: Why not add...
I have the same issue with a Matrix field. If a block with a link field which allows `(No Link)` is present and no link is selected, all others blocks...
The problem is that Craft registers fields that report that they are empty (via `isValueEmpty`) by `setInitialDeltaValue` with `null`. Before saving an entry Craft compares this initial value with the...
As I see it a quick fix would be that the link fields always returns `false` from `isValueEmpty()`. I don't think that a validation from Craft if the field is...
Is this bug also effecting the Craft 4 branch? I've tried to upgrade to 1.1.27 (as it got a maybe related fix), but still some fields are not triggering a...
I need some kind of mapping. My plan is to write an integration, that allows the form submitter to save the fields values into local storage (after checking a checkbox),...
Thanks for the information. I'll build for now something myself :)
A Hyper and an Icon Picker field.