You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** 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.
The text was updated successfully, but these errors were encountered:
philipbrembeck
changed the title
[Bug] Components don't behave like usual HTML Inputs
[Bug] Components don't behave like usual HTML
Jul 5, 2023
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
** 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.
The text was updated successfully, but these errors were encountered: