@bigbinary/neeto-form-frontend 3.2.1 → 3.2.2
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -918,7 +918,7 @@ var QUESTIONS_INITIAL_VALUE = {
|
|
|
918
918
|
title: "",
|
|
919
919
|
isQuestionsLoading: true
|
|
920
920
|
};
|
|
921
|
-
var RESERVED_FIELD_CODES = ["month", "date", "time"];
|
|
921
|
+
var RESERVED_FIELD_CODES = ["month", "date", "time", "lang"];
|
|
922
922
|
var SELECTABLE_KINDS = [RADIO$2, CHECKBOX$2, DROPDOWN$2];
|
|
923
923
|
var RICH_TEXT_QUESTIONS = [PARAGRAPH$1, TERMS_AND_CONDITION$1];
|
|
924
924
|
var QUESTION_ACTIONS = {
|