mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4923 - Dropdown: Overlapping Clear Icon while disabled
This commit is contained in:
parent
bdd44dc526
commit
d77809017d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ const classes = {
|
|||
'p-dropdown p-component p-inputwrapper',
|
||||
{
|
||||
'p-disabled': props.disabled,
|
||||
'p-dropdown-clearable': props.showClear && !props.disabled,
|
||||
'p-dropdown-clearable': props.showClear,
|
||||
'p-focus': state.focused,
|
||||
'p-inputwrapper-filled': instance.hasSelectedOption,
|
||||
'p-inputwrapper-focus': state.focused || state.overlayVisible,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue