office-ui-fabric-react Questions
1
I am using TextField component provided by Fluent UI in React wherein I am rendering a custom validation error message (JSX.Element).
<TextField
value={"ABC"}
onChange={(_, newValue...
Rachellerachis asked 2/4, 2023 at 7:47
2
Today I tried to use the Grouped DetailsList of the fluent-ui.
What I expected: I need to declare some groups, let's say red, blue, green and then just add to each item, I want to add to the List...
Destiny asked 26/5, 2020 at 13:37
3
I am trying to create a DetailsList with sortable columns (similar as the example in the documentation here: https://uifabric.azurewebsites.net/#/controls/web/detailslist), but instead of a Class c...
Rhaetia asked 14/6, 2020 at 13:19
3
Solved
After I install @fluentui/react, I try to use grid like this doc https://developer.microsoft.com/en-us/fluentui#/styles/web/layout
ReactDOM.render(
<React.StrictMode>
<div className="ms...
Kunkle asked 6/5, 2020 at 7:53
1
Solved
I have a situation in which I want to display data in a FluentUI DetailsList, where column names can be very long, while the column content can be very narrow. In such a case, the header will be tr...
Eluvium asked 6/11, 2020 at 15:1
1
Solved
I am trying to use office-ui-fabric-react with my project. But I stucked when controlling select input. I want to get selected item's value on OnChange event. But there's no value on event.target. ...
Inhabiter asked 9/3, 2020 at 7:10
1
© 2022 - 2024 — McMap. All rights reserved.