I don't want all the nested elements of the navigation on a mobile as the select menu is too long. I have tried setting the nesting to false but it has not effect, am I doing this properly?
nested = typeof(o.nested) === "boolean" ? o.nested : false,
Thank you
I don't want all the nested elements of the navigation on a mobile as the select menu is too long. I have tried setting the nesting to false but it has not effect, am I doing this properly?
nested = typeof(o.nested) === "boolean" ? o.nested : false,
Thank you