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
I think an input type="date" would be enough for a RIEDate component.
For more complex things like a datepicker it would be better to have a custom renderer.
It is possible to have a date input using editProps={{ type: 'date' }}, but with a custom RIEDate component it would be possible to get the date and format it to YYYY-MM-DD for the underlying date input component, too. If anyone is interested, I could make a pull request.
No description provided.
The text was updated successfully, but these errors were encountered: