This commit is contained in:
2019-04-17 22:10:55 +00:00
parent cbe2e252e2
commit 33162d48dd

View File

@@ -84,8 +84,10 @@ All platforms and browsers
- DONE Caller sets if it's contextual or not to adapt colour of app bar, but otherwise it's the same exact menu all the time
- DONE Caller should be able to set items colour so (for example) Save can be redded out when not savable
- DONE Caller should be able to set the ENABLED property so it can handle different states
- TODO: Maybe a change item event that takes a key and updates it rather than refreshing the whole menu basis on state change?
- DONE: Maybe a change item event that takes a key and updates it rather than refreshing the whole menu basis on state change?
- I.E. so that can change save button enabled and colour when state of form broken rules changes?
- Surface property that will force an item to be surfaced to the left of the menu in the app-bar
- Keep the original in the menu though for people that are used to it?