Mikkel Laursen

Results 45 comments of Mikkel Laursen

Ahh. That is because it is competing with the mouseover event for open/closing the menu. I guess I could make it so clicking the NestedDropdownMenu will also disable the hover...

If you click the first menu item again, it should be able to close correctly. But maybe I should update the menu's to only allow one nested menu per-_tier_ to...

I think this would be a good addition as long as there is a simple check making sure `isOpen` is `true` before calling it. I'll be happy to merge it...

Yeah, I didn't plan out what the active interactions should be when tab-navigating times well since the material design docs really have little information on Date and Time pickers. So...

It looks like I documented it on the prop types, but never implemented it.. Whoops. I'll make sure to add it in

I think I will implement this when I update the Date and Time pickers so that users can type the date/time as well instead of only using the picker.

Just a reminder to when someone (or me) picks this up.. The main problem with a custom formatted is needing the ability to extract the year, weekday, and date from...

Can you provide a code sample? It seems to work as expected to me with both inline and dialog date pickers: https://codesandbox.io/s/react-md-datepicker-expansion-panel-gpmoi

Darn, I've been having problems with codesandbox lately. Let's try [this codepen](https://codepen.io/mlaursen03/pen/gVmaNE?editors=0010#0) instead. Edit: Oh, it's within the `Tabs`/`Tab` components themselves. Let me look into that

Ok, I might see if there's a better way to handle this going forward, but you should be able to fix it by enabling the `portal` prop on the `DatePicker`....