Eduard Predescu

Results 12 comments of Eduard Predescu

@sadeghbarati Thank you for your guidance. I'm leaning towards implementing the `year` and `month` selection by providing two new primitives: `CalendarYearSelect` and `CalendarMonthSelect` which on click would either replace the...

@sadeghbarati Unfortunately, I didn't start implementing this feature yet. I wanted to think this edge case through. For example, in the screenshot above, what months should be displayed on the...

Hello @zernonia and @sadeghbarati, I marked this PR as ready for review. Let me know if there's anything else that needs to be implemented or fixed. Thank you!

> @epr3 Again thanks for the time you put into this ❤️ > > * I see type error in `radix-vue` build script > * The selected and focused date...

@zernonia - could you check the `v-model` with the latest commits? From my testing, it seems that the ref kind of breaks when you use `=` to attribute one `DateValue`...

Hello @zernonia & @sadeghbarati, Thank you very much for the help and reviews! All bugs outlined in the previous comments should be fixed. I have a dilemma regarding this point...

> @epr3 why remove the `defaultValue` props? They seem redundant, since the `modelValue` would get populated through the `v-model`. I can add those back if needed. EDIT: seen the updated...

@zernonia - I've added back the `defaultValue` props I also would need some guidance on this issue if possible: Do you have any idea on how we could properly handle...

@zernonia Thank you very much! Glad I could help. I'll still have a look around and see if I can work around Vue with `toRaw`/`markRaw` or decompose the `DateValue` somehow...