sap.m.input: fieldWidth property (#415)

* sap.m.input: fieldWidth property

sap.m.input: fieldWidth property

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
axelmohnen 2023-07-25 09:32:24 +02:00 committed by GitHub
parent 247b2c5fb5
commit b1ea456202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,6 +347,7 @@ public section.
!VALUELIVEUPDATE type CLIKE optional
!AUTOCOMPLETE type CLIKE optional
!MAXSUGGESTIONWIDTH type CLIKE optional
!FIELDWIDTH type CLIKE optional
preferred parameter VALUE
returning
value(RESULT) type ref to Z2UI5_CL_XML_VIEW .
@ -2381,7 +2382,8 @@ METHOD gantt_chart_container.
( n = `submit` v = lcl_utility=>get_json_boolean( submit ) )
( n = `showValueHelp` v = lcl_utility=>get_json_boolean( showvaluehelp ) )
( n = `class` v = class )
( n = `maxSuggestionWidth` v = maxsuggestionwidth ) ) ).
( n = `maxSuggestionWidth` v = maxsuggestionwidth )
( n = `fieldWidth` v = fieldwidth ) ) ).
ENDMETHOD.