mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
DatePicker ptm updates
This commit is contained in:
parent
04d0298ae9
commit
15227cd9b5
3 changed files with 10 additions and 2 deletions
|
@ -362,7 +362,7 @@ const classes = {
|
|||
dropdown: 'p-datepicker-dropdown',
|
||||
inputIconContainer: 'p-datepicker-input-icon-container',
|
||||
inputIcon: 'p-datepicker-input-icon',
|
||||
panel: ({ instance, props }) => [
|
||||
panel: ({ props }) => [
|
||||
'p-datepicker-panel p-component',
|
||||
{
|
||||
'p-datepicker-panel-inline': props.inline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue