We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c2f28 commit bc3be0dCopy full SHA for bc3be0d
src/z2ui5_cl_demo_app_051.clas.abap
@@ -47,7 +47,7 @@ CLASS Z2UI5_CL_DEMO_APP_051 IMPLEMENTATION.
47
layout->input( id = `input2` value = client->_bind_edit( screen-input2 ) ).
48
49
layout->label( text = 'Input normal' labelfor = `input3` ).
50
- layout->input( id = `input3` value = client->_bind_edit( screen-input2 ) ).
+ layout->input( id = `input3` value = client->_bind_edit( screen-input3 ) ).
51
52
client->view_display( page->stringify( ) ).
53
0 commit comments