Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formula bar autocomplete within Fluent UI Panel #56

Open
MarkMpn opened this issue Feb 26, 2024 · 0 comments
Open

Formula bar autocomplete within Fluent UI Panel #56

MarkMpn opened this issue Feb 26, 2024 · 0 comments

Comments

@MarkMpn
Copy link

MarkMpn commented Feb 26, 2024

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>:

<div>
  <Panel isOpen={true}>
    <h3>Context</h3>
    ...
    <FetchData />
  </Panel>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant