Nikola Kostadinov

Results 25 comments of Nikola Kostadinov

I also think there should be a way to set any data to the table. May be a callback function or event. There are many cases where you dont need...

You can actually do this in the current version. You need to set a ref to the datepicker component and then after open (@toggle event) you can write something like:...

well there are plans :), but I don't how to handle both versions because I dont want to make separate component for vue 3

@hisuwh looks like what I need, I will check it :) 10x

well, the ranges are just predefined values for the range picker. You can use your custom logic to find which range is selected by comparing the start and end dates...

It currently doesnt support this, but I will add in the next version

Can you give me the ranges array which you pass to the component ?

I'll think something in that direction. In the end you will be able to use your own selects, just not sure how exactly i am gonna implement it. Will ping...

Well, you can use the footer slot to create your own buttons

that was the previous behavior that I recently "fixed"