We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8602b9c commit 7f018e5Copy full SHA for 7f018e5
src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx
@@ -178,6 +178,7 @@ const DatetimeWidgetComponent = (props) => {
178
const datetime = getInternalValue();
179
const isDateOnly = getDateOnly();
180
181
+ //pezzo aggiunto per gestire aria-required - https://github.com/plone/volto/pull/7494
182
useEffect(() => {
183
const dateSelectors = [
184
`#${id}-date`,
@@ -233,6 +234,7 @@ const DatetimeWidgetComponent = (props) => {
233
234
if (id === 'end' && formData?.open_end) {
235
return null;
236
}
237
+ // fine pezzo aggiunto per gestire aria-required
238
239
return (
240
<FormFieldWrapper {...props}>
0 commit comments