on 2024 Jul 16 4:59 PM
I'm developing a UI5 application that includes input fields with various value help dialogs. The application is a freestyle app utilizing an OData V4 service, which I built using CDS Views and the RESTful Application Programming (RAP) model. Consequently, I assumed that using sap.fe.macros.Field would be appropriate for this scenario.
The OData service reads from a table that contains one entry with empty fields, allowing me to use this service for value help binding.
The Issue:
When I select a value from the value help dialog, it briefly appears in the input field for about one second before disappearing. It seems like the fields are reloading and fetching empty values from the backend.
Has anyone encountered this issue before? How can I resolve it? Should I consider using different UI elements?
Thank you for your help!
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.