Roman

Results 10 comments of Roman

I also need this feature. Sometimes having 2 calendars is an overkill

I am also trying to avoid mutating the state outside the store and would love to use actions for that. How is it possible to show linter warnings when changing...

Thank you for your work! It would be very useful to have an ability to drag items between lists. Is it possible to implement it somehow using current version?

@lrembacz I see, thank you for your reply.

I agree. It would be great to have type definitions for the plugin.

@RobinHerbots Outputmask looks like a good option to me, I'll check how it's done for datetime alias, thanks

+1, that's still an issue

In some older version `setGridHeight` api method existed. Is it possible to bring it back? Currently as a workaround I'm using: ``` grid.destroy(false); grid = GridStack.init(myOptions); ```

After some investigation I found that `stackDepthLevel` value is wrong, at least when running with vite on my machine. In my case it's needed to use 6 instead of 5....