Issue #4851πŸ’¬ AnsweredOpened Jan 17, 2023by chaegumi0 reactions

This.on('change:attributes:type', this.handleTypeChange) do not support array type

Quick answerby artf

Listeners don't see deep changes so you have to create a new array in that case

Read full answer below ↓

Question

GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Chrome 108.0.5359.125Reproducible demo link https://codesandbox.io/s/frosty-darkness-7po7xlDescribe the bug How to reproduce the bug?use myBlockclick test button What is the expected behavior? this.on("change:list1", this.handleList1Change); work every time What is the current behavior? this.on("change:list1", this.handleList1Change); only run once If is necessary to execute some code in order to reproduce the bug, paste it here below: Code of Conduct[X] I agree to follow this project's Code of Cond...

Answers (3)

artfβ€’ Jan 18, 2023

Listeners don't see deep changes so you have to create a new array in that case

component.set(this.traitName, [...this.items]);
chaegumiβ€’ Jan 18, 2023

Thanks @artf. I use JSON.stringify and JSON.parse to deal my data.

GJSBlockβ€’ May 17, 2026

Thanks for reporting this, @chaegumi. Great question about this.on('change:attributes:type', this.handleTypeChange) do not support array type. The recommended approach with Components is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module Look for the...

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins β†’
Premium option

Premium plugins ship with support, regular updates, and production-ready features β€” save days of integration work.

Browse premium plugins β†’

Related tutorials

In-depth guides on the same topic.

All tutorials β†’

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.