Button Speed Dial: NG0600: Writing to signals is not allowed

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
gustavosb
Posts: 2
Joined: 03 Oct 2014, 22:41

15 Aug 2023, 22:28

Hello good afternoon!

When I click on a SppedButton item button, an exception occurs as seen in the attached image.
This error does not occur in the PrimeNG showcase.

https://drive.google.com/file/d/1Fzd-tX ... sp=sharing

Code: Select all


        <p-speedDial [model]="speedDialItems" direction="left" [maskStyle]="{'color': 'black'}"></p-speedDial>

	import { SpeedDialModule } from 'primeng/speeddial';

        this.speedDialItems = [
            {
              icon: 'pi pi-bell',
              tooltipOptions: {
                tooltipLabel: 'notify',
                tooltipPosition: "bottom"
              },
              command: () => {
              }
            }
          ];



Post Reply

Return to “Atlantis - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests