What exactly is affected when isMultiLine set to True for the Dialog widget? I've tried setting that and don't see any visual difference.
Asked
Active
Viewed 84 times
0
-
I don't know is this a writing mistake but the property is `isMultiline` not `isMultiLine`. Inside documentation it says thats a multiline wrapper inside content area. – Marko Savic Mar 07 '22 at 05:26
-
Yes, just a case-sensitive typo. I read the doc but what does that actually mean? What behavior changes when set to true vs false? – Tim H Mar 08 '22 at 14:21
-
I found this https://github.com/microsoft/fluentui/blob/master/packages/react/src/components/Dialog/DialogContent.styles.ts#L123 that might help.... That condition only affects font-size but visually its still the same :) – Marko Savic Mar 08 '22 at 15:33