From 73ad0bdebb3fad68a2d51978ba5c5d535c6f9131 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Wed, 15 May 2019 17:05:10 +0200 Subject: [PATCH] chore: added yarn-error.log to .gitignore --- .gitignore | 3 ++- packages/input-datepicker/src/LionInputDatepicker.js | 4 +--- packages/input-datepicker/stories/index.stories.js | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f0873ffa3..3a5d655ed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,10 @@ ## system files .DS_Store -## npm +## npm/yarn node_modules/ npm-debug.log +yarn-error.log # we do prefer yarn.lock so we do not want npms version of it /package-lock.json diff --git a/packages/input-datepicker/src/LionInputDatepicker.js b/packages/input-datepicker/src/LionInputDatepicker.js index e0083f188..00ed23894 100644 --- a/packages/input-datepicker/src/LionInputDatepicker.js +++ b/packages/input-datepicker/src/LionInputDatepicker.js @@ -151,7 +151,6 @@ export class LionInputDatepicker extends LionInputDate { constructor() { super(); - // Create a unique id for the invoker, since it is placed in light dom for a11y. this.__invokerId = this.__createUniqueIdForA11y(); this._calendarInvokerSlot = 'suffix'; @@ -272,7 +271,7 @@ export class LionInputDatepicker extends LionInputDate { // eslint-disable-next-line class-methods-use-this _invokerTemplate() { // TODO: aria-expanded should be toggled by Overlay system, to allow local overlays - // (a.k.a. dropdowns) as well + // (a.k.a. dropdowns) as well. Important: will be breaking for subclassers return html`