Skip to Content
0
Former Member
Aug 01, 2016 at 10:02 PM

To hide an input field on Fragment in SAPUI5

2963 Views

Hi,

Requirement:

1. A fragment containing 5 input fields including input field A.

2. The same fragment to be reused and called on click of two different buttons existing on different views.

3. When Button 1 (on View 1) calls the fragment the input field "A" should be hidden and when Button 2 (on View 2) calls the fragment then the same input field "A" should be displayed.

Can this be achieved in SAPUI5? Any example or links would be helpful.