Hi guys, our team is pretty new with SAP Build apps, so please bear with me with these simple questions —
1. How do I disable a dropdown field? Compared to other core components such as the input field, the dropdown field do not have a ‘Disabled’ property. Is there a way to disable a dropdown field?
2. For components that have a ‘disabled’ property, how do I change the style when the component is disabled? In the button component, when the button is disabled the style changes reducing the opacity by default. Is there a way to customize the style when disabled? For input fields, when the field is disabled, it does not have any visual change unlike the button. Is there a way to put some style changes when it gets disabled?
context: I’m trying to make an app wherein the user can only edit the fields when the toggle “edit mode” is on
thank you and hope you guys can help newbies like me!