UNCLASSIFIED - NO CUI

Skip to content

Feat/textarea readonly

Tony Phi requested to merge feat/textarea-readonly into main

Adds a read only prop to text area, which disables the text area from changing the input value but without adding the gray styling from disabled.

Also added the ability to programatically control the text area through the value prop as well as an example on how to do so in storybook.

Merge request reports