Support markdown makeup in claim description #242

Closed
longle255 wants to merge 11 commits from claim-desc-markdown-support into master
Showing only changes of commit aff9dc0b65 - Show all commits

View file

@ -126,6 +126,9 @@ export class FormField extends React.PureComponent {
(isError ? "form-field__input--error" : "")
}
name={this.props.name}
options={{
hideIcons: ["heading"],
}}
{...otherProps}
>
{this.props.children}