Fixed #3707 - Class and Style properties type definition defects

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-09 10:02:25 +03:00
parent 57175d7a2c
commit d3a7a176e3
36 changed files with 99 additions and 99 deletions

View file

@ -67,7 +67,7 @@ const CascadeSelectProps = [
},
{
name: 'inputClass',
type: 'string',
type: 'string | object',
default: 'null',
description: 'Style class of the input field.'
},
@ -85,7 +85,7 @@ const CascadeSelectProps = [
},
{
name: 'panelClass',
type: 'string',
type: 'string | object',
default: 'null',
description: 'Style class of the overlay panel.'
},