Ricardo Christmann
Ricardo Christmann
@mnajdova if no one is working on it I could do it. Adding `colorError` to `chipClasses.d.ts` should be enough? I guess while I'm on it I could also add `colorInfo`,...
This is a duplicate of #234. Will look into it though as I noticed it too, the only thing that would be needed to do is to add the toaster...
I know this feature request is a bit old but this would still be useful to have. I think implementing this would be pretty straightforward, but if I'm not mistaken...
After some consideration, It might make sense to refactor some of the types and props in `DropdownMenuDialogItem`. Since the base forwardRef generic types are the same as for `DropdownMenuItem`, it...
I just tried responsive design modes in both Chrome and Firefox, for some reason it wraps the links as it should in Chrome but not in Firefox. Left side is...
Maybe to avoid duplication it would be worth it to abstract the `this.showFilterMenu` function callback to its own function, e.g. like this: ``` function showFilterMenuCb(query, mode, filterchangeCb) { import('../../components/filterdialog/filterdialog').then(({ default:...
Understandable, I guess I could look into implementing such indicator if desired.
I took a look and it seems that I found a way to fix it. Will submit a pr in a couple of minutes.
> @ricci2511 with #5717 now complete, will you be updating #4697 ? Thanks for reminding me of that pr of mine. I'll try to get it done this week, just...
Actually it seems like #5717 already fixed this issue as mentioned in the description there. I double checked with latest `master` and it works well. Feel free to close #4697...