You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this should be directed to the Fluent UI or Monaco teams instead, please advise if so.
I'm trying to host the formula bar within a Fluent UI <Panel> control. The formula bar appears as expected, but the autocomplete list does not appear. To repro, edit the PowerFxDemoPage.tsx component, add the import:
import { Panel } from '@fluentui/react/lib/Panel';
and wrap the entire contents of the component in a <Panel>:
I'm not sure if this should be directed to the Fluent UI or Monaco teams instead, please advise if so.
I'm trying to host the formula bar within a Fluent UI
<Panel>
control. The formula bar appears as expected, but the autocomplete list does not appear. To repro, edit the PowerFxDemoPage.tsx component, add the import:and wrap the entire contents of the component in a
<Panel>
:The text was updated successfully, but these errors were encountered: