We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796de30 commit 37c049dCopy full SHA for 37c049d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "json-form-custom-element",
3
"private": false,
4
- "version": "1.3.5",
+ "version": "1.4.1",
5
"description": "JSON Schema based form generator",
6
"main": "dist/custom-element.js",
7
"repository": "git://github.com/1602/json-form.git",
src/index.html
@@ -213,7 +213,7 @@
213
</style>
214
</head>
215
<body>
216
- <json-form></json-form>
+ <json-form config='{"textFieldStyle":"outlined", "dense": true}'></json-form>
217
<json-viewer></json-viewer>
218
</body>
219
</html>
0 commit comments