1. 05 May, 2021 1 commit
    • 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 39 commits