-
Suggestion
-
Resolution: Unresolved
Textare "isMonospaced=true" is not monospaced.
<MacroConfig> <TextArea name="foo" label="code" isMonospaced="true" />
I have tested it with the latest UI Kit 1.10.0.
It is also the same with:
<MacroConfig> <TextArea name="foo" label="code" isMonospaced={true} />
The current implementation:
This is the current design and the editor does not support the isMonospaced property.
Suggestion:
Please implement isMonospaced also for the editor.
{{}}