Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
88 views

I’m trying to use Fluent UI React v9 controls in a SharePoint Framework (SPFx) 1.21.1 web part, but I’m running into multiple TypeScript errors and cannot get even a single control to render. Here are ...
Jessica Martinez's user avatar
0 votes
0 answers
52 views

In my Blazor view, I am dynamically loading a React component that is merely a wrapper around react-jsonschema-form: <div ref={formParentDivRef} onBlur={handleBlur}> <Form ref={...
oli's user avatar
  • 807
0 votes
0 answers
72 views

I am facing an issue while building my React TypeScript app. The build fails with the following error: Module not found: Error: Can't resolve '@fluentui/react/lib/Utilities' in 'C:user\...\...
Muthukumar kanagaraj's user avatar
0 votes
0 answers
44 views

I am designing an eventhandler to handle various inputs that are constructed using the FluentUI React component library. Most of the components emit "standard" React.Changeevents (such as ...
user24561305's user avatar
0 votes
1 answer
440 views

I have a fairly complex React App (v18) using FluentUI (v8) and building with Vite (v5). There are a collection of CSS variables which are influenced by the theme, but for my app they seem to be ...
gred's user avatar
  • 642
1 vote
1 answer
167 views

StackBlitz here I'm trying to create a card component that represents a delete-able item, and I want the delete button to only be visible when the card is hovered. According to what I've found, this ...
Benjin's user avatar
  • 2,429
0 votes
2 answers
96 views

I have below example where I am trying to render a YouTube card. The issue I am facing is that the play button white background is not adjusting into the play icon that I am setting through my CSS ...
user3587624's user avatar
  • 1,471
1 vote
0 answers
109 views

When I create an Outlook Add-in using React Framework through the Yeoman generator, and without applying any modifications, if I run the npm run build I get a bundle of 13MB for the taskpane.js, it ...
user1912238's user avatar
1 vote
0 answers
117 views

I am using the ShimmeredDetailsList from fluent UI 8 and I want to make some rows sticky. The problem is that this component renders the items inside virtualized pages and if I set position: sticky on ...
Billy's user avatar
  • 27
0 votes
1 answer
163 views

I have this example that I took from React Fluent UI: https://stackblitz.com/edit/fahztj?file=src%2Fexample.tsx. I tried to modify it in a way that the component Tab is now a Button, however the tabs ...
user3587624's user avatar
  • 1,471
0 votes
1 answer
413 views

I tried with render Item to add a divider and Icon to fluent ui drop but icons are not visible even the default value not showing the icons and the dropdown is not showing up after clicking import * ...
Viz's user avatar
  • 11
0 votes
1 answer
502 views

Referring to Fluent UI React v9's DatePicker: https://react.fluentui.dev/?path=/docs/compat-components-datepicker--default, the value property is the default value. But when I set it, something ...
John Evans Solachuk's user avatar
0 votes
2 answers
88 views

I have a Link dropdown which changes a DropdownSection component which contains an array of options. When I change to a different Link, I would like to set the default option of the DropdownSection to ...
tomtomdam's user avatar
0 votes
1 answer
269 views

I am using fluent-ui's DetailsList to render a table. I am trying to convert this into a simple editable grid. The 1st column is a readonly string, the 2nd column is an editable TextField and the 3rd ...
AlbatrossCafe's user avatar
0 votes
3 answers
93 views

I have a component that contains a Checkbox component from the @fluentui/react-components library, and I am using an onChange event on the Checkbox component. const ContactText = ({ contact, ...
tomtomdam's user avatar
1 vote
0 answers
145 views

I am building a table grid using Fluent UI. The project is in React with TypeScript. However, I am facing a problem with the updated value. After double-clicking, the edit box appears in the selected ...
pifflox's user avatar
  • 13
2 votes
1 answer
984 views

With FluentUI React v9, how to change the color of the name and secondaryText for only one specific component (not globally in the theme)? This sample sucessfully change the background to red but I ...
pellea's user avatar
  • 476
2 votes
0 answers
340 views

Problem I'm working on a react app (CRA) with rooster-react, which utilizes @fluentui, so I was trying to set the theme of the toolbar using the respective theme provider, but it doesn't seem to have ...
nick zoum's user avatar
  • 6,653
0 votes
1 answer
1k views

I am trying to pass dynamic CSS styles in html tags using Fluent UI v9 or Fluent UI 2. In the previous versions I could use the styles prop and wrap it in a function where we pass the props and ...
Chandan Rabha's user avatar
0 votes
1 answer
904 views

I am using fluent ui popover component in my react app. When I am clicking outside the popover component it is not closing. Although in the documentation, the same code is working as expected. Here is ...
Saurav Likhar's user avatar
0 votes
1 answer
281 views

I'm trying to follow the doc here to replace an entire slot https://react.fluentui.dev/?path=/docs/concepts-developer-customizing-components-with-slots--page#replacing-the-entire-slot I'm getting ...
Steven's user avatar
  • 832
2 votes
0 answers
385 views

I need a unique custom attribute on the clickable part of fluent ui primary button. when I put on it custom attribute that starts with data- for example <PrimaryButton data-testid="...
miri W.'s user avatar
  • 241
0 votes
1 answer
1k views

I have a Card component from FluentUI library. I want to hover over the card and change the color of the border. This is my attempt to do it but for some reason I am having below error: type 'string' ...
user3587624's user avatar
  • 1,471
3 votes
1 answer
3k views

Is there some way to specify width of the Fluent UI Combobox component (@fluentui/react-components)? For other input elements it can be set using style={{width: "123px"}} (not sure if that's ...
Bohdan's user avatar
  • 2,045
0 votes
3 answers
922 views

So I am trying to add an opacity to a background color but the specific background color I am using is coming from the fluent UI library, thus using Design Tokens. I know normally, I can add opacity ...
HackerMan33453's user avatar

1
2 3 4 5
7