Conditionally style textarea based on readOnly status (refs #22).
Passthrough onFocus to <ReactMde /> textarea sub-component, and pass forwarded ref to wrapper component (refs #21).
Link <ReactMde /> textarea to <FormField /> label – clicking the field label will focus the markdown editor, consistent with how other inputs in the studio work
readOnly
status (refs #22).onFocus
to<ReactMde />
textarea sub-component, and pass forwarded ref to wrapper component (refs #21).<ReactMde />
textarea to<FormField />
label – clicking the field label will focus the markdown editor, consistent with how other inputs in the studio work