Skip to content

fix datepicker to not show clear icon when disabled#8539

Open
schellmax wants to merge 1 commit intoprimefaces:masterfrom
schellmax:patch-1
Open

fix datepicker to not show clear icon when disabled#8539
schellmax wants to merge 1 commit intoprimefaces:masterfrom
schellmax:patch-1

Conversation

@schellmax
Copy link
Copy Markdown

When a DatePicker is disabled, it should not show a 'clear' icon even when the 'showClear' attribute is present:

This fix uses the isClearIconVisible function in the same way it is also used in other components like Password or Select

When a DatePicker is disabled, it should not show a 'clear' icon even when the 'showClear' attribute is present:

<DatePicker :disabled="true" showClear />

This fix uses the isClearIconVisible function in the same way it is also used in other components like Password or Select
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant