cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling go button in fiori elements v4 filterbar

mpah
Participant
897

According to the docs, https://sapui5.hana.ondemand.com/sdk/#/topic/4bd7590569c74c61a0124c6e370030f6

Go Button Mode<br>The Go button is always enabled in the filter bar and cannot be switched off.

However the Component itself (sap.fe.core.controls.FilterBar) works fine if you use UI5 Inspector and set liveMode to true. Is it a design decision to keep live mode in Fiori Elements walled off behind having to do a controller extension?

View Entire Topic
mm_uzh
Explorer
0 Kudos

SAP updated the documentation. We can now use liveMode for fiori elements V4.

"routing": {
	"targets": {
                    "MyEntitiesList": {
                            "type": "Component",
                            "name": "sap.fe.templates.ListReport",
                            "id": "MyEntitiesList",
                            "options": {
                                            "settings": {
                                                            "liveMode": true,
                                                                 …..
                                                                ….
                                                        }
                                        }
                                }
                }
}