Closed PandasProperty closed 3 hours ago
7.12.2
@mantine/core
Next.js
All
I have this component
<$FileInput ref={ref} {...props} classNames={{ root: '', input: '!h-11 input-area-fields-no-padding !justify-start !font-medium placeholder:!text-red-500 !text-black-black/50', wrapper: '!border-black-black/15', placeholder: '!font-medium !text-red-500 !truncate', section: '', }} />
None of my placeholder class names apply.
No response
You do not use the latest version. Update to 7.14.3.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.12.2
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
I have this component
<$FileInput
ref={ref}
{...props}
classNames={{
root: '',
input: '!h-11 input-area-fields-no-padding !justify-start !font-medium placeholder:!text-red-500 !text-black-black/50',
wrapper: '!border-black-black/15',
placeholder: '!font-medium !text-red-500 !truncate',
section: '',
}}
/>
None of my placeholder class names apply.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service