mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1495 - Change button/maskClassName properties with button/maskClass properties on SpeedDial
This commit is contained in:
parent
a6f05052db
commit
2b3e461811
4 changed files with 14 additions and 14 deletions
|
@ -54,13 +54,13 @@ const SpeedDialProps = [
|
|||
description: "Whether the actions close when clicked outside."
|
||||
},
|
||||
{
|
||||
name: "buttonClassName",
|
||||
name: "buttonClass",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the button element."
|
||||
},
|
||||
{
|
||||
name: "maskClassName",
|
||||
name: "maskClass",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the mask element."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue