Having trouble setting focus to the Vue flat-pickr component. Here's an example:
<flat-pickr
v-model="date_opened"
id="file_opened"
:config="flatpickr_config_date"
:disabled="disableFileInfo" />
Unable to set focus to this field using: document.getElementById("file_opened").focus(); Works fine with other input elements, but not the flat-pickr element. Any alternative approach I should try? Thanks