readOnly property
Controls whether the field accepts user input.
When true, the field displays its value but prevents user interaction.
Useful for displaying calculated or locked values.
Implementation
bool? readOnly;
Controls whether the field accepts user input.
When true, the field displays its value but prevents user interaction.
Useful for displaying calculated or locked values.
bool? readOnly;