Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.31k stars 533 forks source link

Not Shown Multilevel SelectGroup #2331

Closed mehmetuken closed 2 years ago

mehmetuken commented 3 years ago
Select TValue="int">
    <SelectGroup Label="Group1">
         <SelectGroup Label="Group2">
             <SelectItem Value="1">Selam</SelectItem>
        </SelectGroup>
    </SelectGroup>
</Select>
Screen Shot 2021-05-09 at 15 36 05
stsrki commented 3 years ago

The multilevel group is not supported, as far as I know in any CSS framework.

mehmetuken commented 3 years ago

AntDesign TreeSelect I use category select with subcategories.

https://ant.design/components/tree-select/ like this alternative have blazorise?

stsrki commented 3 years ago

That is TreeSelect. Completely new component from the Select. I can maybe consider creating it for the future but it is not going to be done any time soon.