office-ui-fabric-react (now called Fluent UI) is a component library created by Microsoft for use with React.
Questions tagged [office-ui-fabric-react]
109 questions
0
votes
0 answers
Why are there multiple versions of the date time controls in Office UI Fabric?
There is for example a DatePicker and a Calendar control in the main package (office-ui-fabric-react) and in the date-time package as well (installed as @uifabric/date-time). Both APIs seem to be nearly identical, but differ in some properties. For…

alex3683
- 1,460
- 14
- 25
0
votes
1 answer
Fabric React: GroupedList: Possible to avoid multiple row selection?
I have been trying to use GroupedList within Fabric-React. I need to avoid multiple row selection if that can be helped. i.e. if I select a row, previously selected row should get de-selected.
Here's the groupedlist:…
0
votes
0 answers
Office Fabric React - snapToStep not working on Slider
I have this code:
{
console.log(value);
}}
step={5}
max={20}
// @ts-ignore
snapToStep
/>
I have the this version…

Dusan Jovanov
- 547
- 5
- 21
-1
votes
2 answers
fabric-ui Toggle always vertical separation display and auto separate words when the span text contain multi-words
what can i do for these two case below:
It seams not fit multi-words or other language which will separate their wording such as Chinese, Japanese....

hello_chenchen
- 33
- 7