Javad Babaei

Results 4 issues of Javad Babaei

hey thank you for develop nice component. in the dante2 we can toggle readOnly with boolean state but in dante3 not work ! [see this link](https://michelson.github.io/dante2/#/src-content)

```ts type TupleToObject = { [P in T[number]]: P } ```

answer
en
11

```ts type MyReadonly = { readonly [P in keyof T]: T[P] } ```

answer
7
en

How can I disable the animation when the date picker opens? please add a feature for toggle animation thanks a lot