antoniopresto / antd-mask-input

MIT License
88 stars 38 forks source link

Antd v5 support (broken styling) #73

Open bombillazo opened 1 year ago

bombillazo commented 1 year ago

It seems that this library is broken with antd v5, it does not use the theming correctly from the ConfigProvider.

image

It even starts to affect non <MakedInput /> components (these are supposed to be in dark mode:

image
bombillazo commented 1 year ago

Any update?

antoniopresto commented 1 year ago

Can you clone this repo and check in storybook for a solution?

bombillazo commented 1 year ago

Hey.

Im not familiar with storybook. How can i test using storybook in this repo to find the cause?

antoniopresto commented 1 year ago

just run the “storybook” script (npm run storybook) in the project root.

antoniopresto commented 1 year ago

Also, unfortunately I'm not using antd in my work days, so I have less time to solve non-critical issues in this package