Closed
Description
This is a sub-issue of #4201. Due to the MessageBox.Icon.NONE
being undefined
, which is not allowed according to the documented guideline shown in the parent issue, calling sap/ui/base/DataType.getType("sap.m.MessageBox.Icon")
currently causes:
Uncaught (in promise) Error: Value undefined for enum type sap.m.MessageBox.Icon is not a string
openui5/src/sap.m/src/sap/m/MessageBox.js
Lines 169 to 181 in 6717fc9