Josh Crawford

Results 1622 comments of Josh Crawford

Keen to see this on Craft 3. If you're happy to still maintain it, more than happy to work on a PR?

How about [ButtonBox](https://github.com/supercool/Button-Box)? Particularly the stars field would sweet

@khalwat Is there a mechanism for me to add support for Vizy fields, or is that all more or less hardcoded on your end?

@brandonkelly As a plugin developer, I for one really appreciate those `getConfig()` methods as well, and including them in plugins for consistency.

@michaelrog Yep, all volumes encounter this as well, but not any other element collections (sections, category groups, etc)

For anyone using Neo, I only have a single preparse field installed which aims to serialize all the content contained in the Neo blocks for search indexing and SEO. Even...

Also seeing this behaviour, exactly as @ademers describes it. Craft 3.7.37, Preparse 1.4.0. I have a fork setup if it helps anyone. Add the following to your `composer.json` file: ```...

+1 for this, just hit this with using ```js const inputs = $page.querySelectorAll('input, select, textarea'); pristine.validate(inputs) ```

I think you're right on the money with the `fieldColumnFromField()` helper needing to be used. If you'd like the try this to ensure it works for you, change your `verbb/comments`...

What sort of field is `remoteId`? I don't see how that'd be possible to not get the [prefix and suffix](https://github.com/verbb/comments/blob/62bbbdcbea9c034b9dedcf1d28ecbf861d904f31/src/integrations/CommentFeedMeElement.php#L149) for the field - unless the field in question is...