1. 05 May, 2021 2 commits
    • Eulyeon Ko's avatar
      Apply maintainer suggestions · 8189d0be
      Eulyeon Ko authored
      Use toMatchObject for succinct testing
      Simply pass down autocomplete="off"
      8189d0be
    • Eulyeon Ko's avatar
      Disable autocomplete and delay loading datepicker · 3746c284
      Eulyeon Ko authored
      Without turning off autocomplete,
      Chromium-based browsers can fill-in the date input form
      triggering an update.
      
      Because we are using `defaultDate` prop to set an initial
      date (reactive binding with `value` triggers an update),
      we should load GlDatePicker after data fetching is complete.
      3746c284
  2. 04 May, 2021 38 commits