Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Components don't behave like usual HTML #188

Open
philipbrembeck opened this issue Jul 5, 2023 · 1 comment
Open

[Bug] Components don't behave like usual HTML #188

philipbrembeck opened this issue Jul 5, 2023 · 1 comment

Comments

@philipbrembeck
Copy link

** Issue **
I can't exactly describe what is happening with the HTML Input fields, but they're not usable in a mixture with Mantine, because they don't behave like normal HTML Input Fields.
They will not be recognised, neither by Mantine nor by vanilla Typescript.

This probably has to do with the fact that they do get rendered in the DOM as <Mw-Textfield hydrated> and the actual input-filed is rendered as a pseudo element.

** Preferred solution **

It would be preferred if the components could just render themselves as HTML with added styles.

@philipbrembeck philipbrembeck changed the title [Bug] Components don't behave like usual HTML Inputs [Bug] Components don't behave like usual HTML Jul 5, 2023
@Fuasmattn
Copy link
Contributor

can you retry with the latest mwui-react & mwui-stencil version? native input (text, textarea, file) should be styled now and mitigate problems with integration in mantine forms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants