mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3707 - Class and Style properties type definition defects
This commit is contained in:
parent
57175d7a2c
commit
d3a7a176e3
36 changed files with 99 additions and 99 deletions
|
@ -133,7 +133,7 @@ const AutoCompleteProps = [
|
|||
},
|
||||
{
|
||||
name: 'inputClass',
|
||||
type: 'string',
|
||||
type: 'string | object',
|
||||
default: 'null',
|
||||
description: 'Style class of the input field.'
|
||||
},
|
||||
|
@ -151,7 +151,7 @@ const AutoCompleteProps = [
|
|||
},
|
||||
{
|
||||
name: 'panelClass',
|
||||
type: 'string',
|
||||
type: 'string | object',
|
||||
default: 'null',
|
||||
description: 'Style class of the overlay panel.'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue