CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudSelectExtend new element not in list
Hi, It i posible to add new element not in list?
Best regards
Sorry doesn't understand the question
the value you are looking for is not in the list. Add new value in multiple selection.
Best regards
You mean some mechanism directly in popover, right?
yes
SelectExtended also not in its final shape, so adding new features before fixing current bugs may affect badly on current features. But we can add a RenderFragment PopoverContent so users can add whatever they want.
I'm using MudSelectExtend with Chip option and adding brand new selected item has some visual issue, so I have to reload the component. I am trying to show this issue in https://trymudextensions.pages.dev/snippet, but Save button is disabled
I'm using MudSelectExtend with Chip option and adding brand new selected item has some visual issue, so I have to reload the component. I am trying to show this issue in https://trymudextensions.pages.dev/snippet, but Save button is disabled
You can copy the code directly to here, i made some chip arrangement today, it will be a good test example for the latest PR