aq-fe-framework 0.1.180 → 0.1.181
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.
@@ -2178,6 +2178,7 @@ function F_core60524_Form() {
|
|
2178
2178
|
MyDateInput,
|
2179
2179
|
{
|
2180
2180
|
value: form.getValues().registrationDate,
|
2181
|
+
disabled: true,
|
2181
2182
|
onChange: (date) => form.setFieldValue("registrationDate", new Date(date)),
|
2182
2183
|
label: "Ng\xE0y \u0111\u0103ng k\xFD"
|
2183
2184
|
}
|
@@ -2186,6 +2187,7 @@ function F_core60524_Form() {
|
|
2186
2187
|
MyDateInput,
|
2187
2188
|
{
|
2188
2189
|
value: form.getValues().limiteDate,
|
2190
|
+
disabled: true,
|
2189
2191
|
onChange: (date) => form.setFieldValue("limiteDate", new Date(date)),
|
2190
2192
|
label: "Ng\xE0y h\u1EBFt h\u1EA1n"
|
2191
2193
|
}
|