@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.146-16 to 0.0.146-17
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.146-16", | ||
"version": "0.0.146-17", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -36,2 +36,22 @@ { | ||
}, | ||
"autocomplete": { | ||
"title": "Autocomplete", | ||
"description": "Instructions how to suggest (or not) values", | ||
"type": "string", | ||
"category": [ | ||
"userinput" | ||
] | ||
}, | ||
"spellcheck": { | ||
"title": "Spellcheck", | ||
"description": "Whether the element may be checked for spelling errors", | ||
"type": "string", | ||
"enum": [ | ||
"true", | ||
"false" | ||
], | ||
"category": [ | ||
"userinput" | ||
] | ||
}, | ||
"disabled": { | ||
@@ -38,0 +58,0 @@ "title": "Disabled", |
@@ -10,2 +10,8 @@ { | ||
"const": "email" | ||
}, | ||
"autocomplete": { | ||
"const": "email" | ||
}, | ||
"spellcheck": { | ||
"const": "false" | ||
} | ||
@@ -12,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
358529
402
5140