Closed RajkumarAmbhu closed 2 years ago
The generator recently has been enhanced to support binding strings. The types for the next UI5 version (1.102) will allow binding strings in the settings.
Until then, you can only workaround the type constraints by adding a cast like "as any" behind the binding string.
Hello Frank,
Thank you for the update and will use the typecasting (as any) up to the next UI5 version (1.102) as per your suggestion.
Best Regards, Rajkumar Ambhu
Hello Together,
Expression binding is not working and it's considered as string. Example:
Here visible and busy properties expecting the types boolean | PropertyBindingInfo | undefined. But the expression binding is considered a string and it shows the error as below.
I tried with formatter option and it is working fine.
Kindly check it and help me, please.
Best Regards, Rajkumar Ambhu