-
Easy-Ui5 version: 1.3.1
OS/version: any
Browser/version (+device/version): any
Steps to reproduce the problem:
1. Generating a new app and choosing the target platform
What is the expe…
-
currently trying to use named imports with chevrotain throws an error:
```log
SyntaxError: The requested module 'chevrotain' is expected to be of type CommonJS, which does not support named export…
-
**Easy-Ui5 version**:
1.3.7
**OS/version:**
Windows -> but running generator on docker image (Ubuntu)
**Browser/version (+device/version):**
Latest Chrome
**Steps to reproduce the problem:…
-
Easy-Ui5 version: 2.1.0
What is the expected result?
Generate neo-app templates by running the generators like
**yo easy-ui5:worklist** to get the WebIDE templates. It will ask for server details…
-
Hey Guys,
please consider to provide an official babel plugin. There is already a really good working way with typescript using the following babel plugin:
https://github.com/r-murphy/babel-plugin…
-
**Easy-Ui5 version:**
1.3.3
**OS/version:**
Win 10
**Browser/version (+device/version):**
n/a
**Steps to reproduce the problem:**
1. "yo easy-ui5"
```
{
"generator-easy-ui5": {
…
-
Hello Team,
Currently the tree item component only accepts text attribute. It would be good if it can also display additional field like description. Similar to the one we have in ListItem. Please …
-
When using easy-ui5 generator, currently it generates a blank SAPUI5 application.
Personally I think it would be nice to have the templates available which for example are available in Web IDE:
![i…
-
Tutorial URL: https://developers.sap.com/tutorials/sapui5-fiori-cf-deploy.html
Please specify the step you are referring to: STEP 2
After I build the project and deploy to SAP Cloud Platform usi…
-
I have a MultiInput control bound to a model, two-way binding.
My initial problem was when adding an item, it was added at the end of the list although the control has a sorter defined. When trying…