SevenOutman on drawer-attributes
fix(drawer): accepts id and ari… (compare)
SevenOutman on v4-dialog-a11y
build(table): bump rsuite-table… chore(less): bump less to 4.0.0… Prevent notice for overlay (#14… and 12 more (compare)
@Gathexah_twitter
Hello! I'm using the Table component, but the data from my database has nested properties
{company: { name: 'Test Company' } }
. Anyone know how to use<Cell dataKey="company.name" />
to access these?does anyone know why this stopped working?
Looks like i have the same problem. You found something out?
Hi, I'm using rsuite-color-picker and put it in dropdown item when I click doesn't render instead it close the menu dropdown
@Masarsah rsuite-color-picker is developed by a community developer. I will invite you to this room and you can consult him.
https://github.com/cXiaof
Hello guys, can someone tell me how to make a sidebar like the site?
@omarcosfelipea https://github.com/rsuite/rsuite/blob/next/docs/components/TopLevelNav/TopLevelNav.tsx
Hello, I am having trouble getting react suite icons to render. As of now they are simply displaying boxes. I am using the "creative" icon
@jrmoulckers
This may have something to do with the CDN network of icon fonts. You can try to localize the font file or change to a CDN.
https://rsuitejs.com/guide/themes#How%20to%20configure%20font%20files%20locally?
Hello @everybody, i'm trying to use react suite for the first time, so far everything is good, i just have one question about how to display the range slider labels, should i create a function that will handle the thing, or just insert the prop renderMark inside the rendered component ? Thanks in advance !
@EL-MehdiLoukach Can you reproduce your problem through codesandbox?
https://codesandbox.io/s/5vq6zo2z5l
@nimrod-cohen
Do you want to clear the error message in the form?
The form provides cleanErrors
and cleanErrorForFiled
methods to clear error messages.
https://rsuitejs.com/components/form#Form%20methods