File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/date-picker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ export default class IgcDatePickerComponent extends FormAssociatedRequiredMixin(
534534 }
535535 }
536536
537- protected handlerCalendarIconSlotPointerDown ( event : PointerEvent ) {
537+ protected _handlerCalendarIconSlotPointerDown ( event : PointerEvent ) {
538538 // This is where the delegateFocus of the underlying input is a chore.
539539 // If we have a required validator we don't want the input to enter an invalid
540540 // state right off the bat when opening the picker which will happen since focus is transferred to the calendar element.
@@ -686,7 +686,7 @@ export default class IgcDatePickerComponent extends FormAssociatedRequiredMixin(
686686 < span
687687 slot ="prefix "
688688 part =${ state }
689- @pointerdown =${ this . handlerCalendarIconSlotPointerDown }
689+ @pointerdown =${ this . _handlerCalendarIconSlotPointerDown }
690690 @click=${ this . readOnly ? nothing : this . handleAnchorClick }
691691 >
692692 < slot name =${ state } > ${ defaultIcon } </ slot >
You can’t perform that action at this time.
0 commit comments