-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Is your feature request related to a problem? Please describe.
I'm trying to use UmbNav in a nested content object and to have a main navigation item with some sub nav items in there, I needed to do it like this because there are other properties I need to attach to the main navigation item e.g icon, colours, etc.
but there is no way to limit the maximum/minimum number of items you can add to the UmbNav editor.
My workaround would be to use 2 pickers, one for the main item with Minimum number of items = 1 and the other one for the sub nav but doing this means I loss all the good things UmbNav has already.
Describe the solution you'd like
I think the solution would be to implement Maximum & Minimum number of items just like the MultiNodeTreePicker
Thanks,
Ale