mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored InputNumber
This commit is contained in:
parent
49dba80545
commit
0c14b0c781
2 changed files with 23 additions and 23 deletions
|
@ -6,9 +6,9 @@ const classes = {
|
|||
{
|
||||
'p-inputwrapper-filled': instance.filled || props.allowEmpty === false,
|
||||
'p-inputwrapper-focus': instance.focused,
|
||||
'p-inputnumber-buttons-stacked': props.showButtons && props.buttonLayout === 'stacked',
|
||||
'p-inputnumber-buttons-horizontal': props.showButtons && props.buttonLayout === 'horizontal',
|
||||
'p-inputnumber-buttons-vertical': props.showButtons && props.buttonLayout === 'vertical'
|
||||
'p-inputnumber-stacked': props.showButtons && props.buttonLayout === 'stacked',
|
||||
'p-inputnumber-horizontal': props.showButtons && props.buttonLayout === 'horizontal',
|
||||
'p-inputnumber-vertical': props.showButtons && props.buttonLayout === 'vertical'
|
||||
}
|
||||
],
|
||||
input: 'p-inputnumber-input',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue