OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

Improve InputSelectionList Options #84

Closed hshimshon closed 2 years ago

hshimshon commented 2 years ago

Guid/String is a good way to use the InputSelectionList component. The problems occurs when building more complex object like i do in NetCMS...

I should be able to A: Set any list given TEntity as a key object or not... B: Pass dictionnary TEntity/String C: Should be able to keep the selection state outside the component. D: Be able to add ChildContent as the result of the possible selection... like we do with the Dropdown Input

hshimshon commented 2 years ago

Available in 3.1