[Lukas Freimonas]
seems to be material’s invoked behaviour
[Lukas Freimonas]
seems to be material’s invoked behaviour
[Lukas Freimonas]
I don’t use custom css at the moment
[Lukas Freimonas]
Perhaps I’m missing some dependencies?:
"dependencies": {
"@jsonforms/examples": "^2.4.0",
"@jsonforms/material-renderers": "^2.4.0",
"@jsonforms/react": "^2.4.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.5.0",
"js-cookie": "^2.2.1",
"react": "^16.13.1",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-json-view": "^1.19.1",
"react-redux": "^7.2.1",
"react-scripts": "3.4.1",
"reactstrap": "^8.5.1",
"socket.io-client": "^2.3.0",
"typescript": "^4.0.2",
"yup": "^0.29.3"
}
No this looks fine.
As you can see here: https://jsonforms.io/ the label should be inside the input
Maybe you can check with debug tools whether some font color is set by your application
[Lukas Freimonas]
Ok, found a solution, thank you
[Lukas Freimonas]
.MuiInputLabel-formControl {
transform: none !important
}
Hi,
How did u changed the Mui TextField Component from standard design to the design u have ???
Can u help with that