You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a date widget to be added for DateField, like the one represented on the screenshot.
Existing widgets are already available in the react-invenio-forms. The new widget component must follow the same interface structure as the existing ones - so that it can be also reused in the future - some of the modules are expecting the same props in all the defined widgets.
DatePicker postponed as it needs more investigation.
I've tried to use the the same module (semantic-ui-calendar-react) used in ils, but it seems to not be working in react-invenio-forms.
I'm getting some weird errors in the imported component that I've not been able to solve:
Everything looks fine in the <InputView/> component, so maybe it's not compatible (the latest commit in this module was in 2019, so it doesn't seem to be maintained).
We need a date widget to be added for DateField, like the one represented on the screenshot.
Existing widgets are already available in the react-invenio-forms. The new widget component must follow the same interface structure as the existing ones - so that it can be also reused in the future - some of the modules are expecting the same props in all the defined widgets.
History
From inveniosoftware/invenio-administration#149
DatePicker postponed as it needs more investigation.
I've tried to use the the same module (
semantic-ui-calendar-react
) used inils
, but it seems to not be working inreact-invenio-forms
.I'm getting some weird errors in the imported component that I've not been able to solve:
Everything looks fine in the
<InputView/>
component, so maybe it's not compatible (the latest commit in this module was in 2019, so it doesn't seem to be maintained).Possible other modules we can use
The text was updated successfully, but these errors were encountered: