We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0af935f + c986eed commit 431684fCopy full SHA for 431684f
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-formio-engine",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Form engine with builder and renderer - formiojs-powered with React functional components",
5
"type": "module",
6
"main": "dist/form-engine.umd.js",
src/themes/default.css
@@ -10,6 +10,11 @@
10
*/
11
@import '@formio/js/dist/formio.full.css';
12
13
+/* Bootstrap's .visually-hidden is expected by formio.js but not bundled */
14
+.visually-hidden {
15
+ display: none;
16
+}
17
+
18
/* Make builder sidebar component buttons uniform width with spacing */
19
.formcomponents .btn.formcomponent {
20
display: block;
0 commit comments