WidgetsForm controls APIText APIText PropertiesreadonlyOn this pagereadonlyDescriptiondefines whether an input is read-onlyTypebooleanDefault valuefalseExample<Text value="A display-only field" readonly={true}/>DetailsThe property can also be enabled without a value:<Text value="A display-only field" readonly/>Related article: Setting the read-only mode