I would like to show the datepicker by clicking on the calendar icon. How can I make this happen? The code below doesn't work. `<template #input-icon="{ open }"> <img class="input-slot-image" src="/logo.png" @click="open" /> </template>`