`order` field is ignored when `menu` is specified
See original GitHub issueBug Report
Describe the bug
order
field is ignored when menu
is specified
To Reproduce
see https://github.com/sw-yx/fresh-concurrent-react/tree/docz deployed at https://concurrent-react.netlify.com/
when i add an order
key to my docs in the api section, nothing moves around
In order to allow us to quickly reproduce you issue please include a link to a reproduction repository.
Expected behavior
order
should be respected inside menu, and should go in ascending order
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to ensure a <select> form field is submitted when it is ...
The first parameter can be an id or a jquery element; the second is a Boolean optional parameter where "true" disables and "false"...
Read more >order - CSS: Cascading Style Sheets - MDN Web Docs
The order CSS property sets the order to lay out an item in a flex or grid container. Items in a container are...
Read more >Sort records in custom order - Microsoft Support
On the Home tab, in the Sort & Filter group, click Advanced and then click Advanced Filter/Sort on the shortcut menu. Add the...
Read more >Item Filters - How to accept or ignore specific products
Filter Order - Any order with an order line caught by the filter will be completely refused by Integration Manager and will not...
Read more >Reference: Block elements - Slack API
Each time a menu of this type is opened or the user starts typing in the typeahead field, we'll send a request to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kylealwyn I was able to finally get it working as expected.
I’m not sure how exactly you want to order your menu but in your case i think it needs to be something like this:
You can see an example i made
I’ve tried using the new
menu
config option like so, but moving the options around in any order does not affect menu layout as desired.