Two new fields introduced to specify how users interact with screen components.
When the Disabled field is set to true, users can’t navigate to or modify any fields in the component. A gray background appears on the input fields in the component to provide
users with a visual cue
When the Read Only field is set to true, users can’t modify any fields in the component. However, they can navigate to and copy values

To make a field disabled or read only:
- Create a screen flow, and add a Screen element to it
- Include one or more components with the Disabled or Read Only field
- Set Disabled or Read Only fields to true
- Save and run the flow