Skip to content

Commit b11059d

Browse files
committed
SVYX-1115 navbar inputs do not push their value to the server
1 parent d9c93f5 commit b11059d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrapextracomponents/navbar/navbar.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"brandLogo" : {"type": "media","tags": { "doc" :"An optional media shown as branding logo in the upper left corner."}},
2020
"brandLogoStyleClass" : {"type": "styleclass","tags": { "doc" :"An optional media shown as branding logo in the upper left corner."}},
2121
"brandLogoTabindex" : {"type": "string","tags": { "doc" :"Tab order for the brandLogo in the tab navigation sequence."}},
22-
"menuItems" : {"type": "menuItem[]", "pushToServer": "reject","tags": { "doc" :"The array holding all menu items currently shown. Menu items can be specified either by menuItems or servoyMenu property.", "basic": true}},
22+
"menuItems" : {"type": "menuItem[]", "pushToServer": "shallow","tags": { "doc" :"The array holding all menu items currently shown. Menu items can be specified either by menuItems or servoyMenu property.", "basic": true}},
2323
"servoyMenu" : {"type" :"JSMenu", "pushToServer": "shallow", "tags": { "doc" :"Menu property that defines the menu items to be shown (and all its properties). Can be used instead of menuItems property.", "basic": true}, "extraPropertiesCategory" : "Navbar","extraProperties": { "attributes": "map","tabindex": "string", "userData": "object", "position": {"type": "string", "default": "LEFT", "values": ["LEFT", "RIGHT"]}, "displayType": {"type": "string", "default": "MENU_ITEM", "values": ["MENU_ITEM", "TEXT", "BUTTON", "INPUT", "INPUT_GROUP", "IMAGE", "HTML_TEXT"]},"inputButtonText" : "tagstring", "inputButtonStyleClass": "styleclass","isActive" : "boolean","isDivider":"boolean","dataProviderValue" : "string", "valuelist" : {"type" : "valuelist", "tags": { "logWhenOverMax": false}, "for": "dataProviderValue"}}},
2424
"visible" : {"type": "visible","tags": { "doc" : "Controls whether the component is visible or hidden."}},
2525
"inverse" : {"type": "boolean","tags": { "doc" : "Inverts the color scheme of the navbar for dark backgrounds."}},

0 commit comments

Comments
 (0)