@formio/js 5.1.0-dev.6181.dd734d1 → 5.1.0-dev.6192.9d1d8f4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/formio.builder.css +6 -0
- package/dist/formio.builder.min.css +1 -1
- package/dist/formio.embed.css +1 -1
- package/dist/formio.embed.min.css +1 -1
- package/dist/formio.form.css +6 -0
- package/dist/formio.form.js +2 -2
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.css +6 -0
- package/dist/formio.full.js +3 -3
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/PDFBuilder.js +8 -6
- package/lib/cjs/components/_classes/component/Component.js +1 -1
- package/lib/cjs/components/tags/Tags.js +7 -0
- package/lib/mjs/PDFBuilder.js +8 -6
- package/lib/mjs/components/_classes/component/Component.js +1 -1
- package/lib/mjs/components/tags/Tags.js +7 -0
- package/package.json +1 -1
package/dist/formio.full.css
CHANGED
@@ -2527,6 +2527,12 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
|
|
2527
2527
|
transform: rotate(360deg);
|
2528
2528
|
}
|
2529
2529
|
}
|
2530
|
+
select.form-control {
|
2531
|
+
-webkit-appearance: auto;
|
2532
|
+
-moz-appearance: auto;
|
2533
|
+
appearance: auto;
|
2534
|
+
}
|
2535
|
+
|
2530
2536
|
.formio-form {
|
2531
2537
|
position: relative;
|
2532
2538
|
}
|