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
Describe the new feature being added
The current date input editor only accepts dates formatted as: YYYY-MM-DD. Other patterns should be supported as well: MM-DD-YYYY.
How will this feature improve this extension
This feature will make editing dates more flexible.
Describe alternatives you've considered
N/A
Additional context
Look into the pattern field for the HTML date input element. Also look at celleditor.ts in the Lumino Datagrid for the current input element being used.
The text was updated successfully, but these errors were encountered:
Describe the new feature being added
The current date input editor only accepts dates formatted as: YYYY-MM-DD. Other patterns should be supported as well: MM-DD-YYYY.
How will this feature improve this extension
This feature will make editing dates more flexible.
Describe alternatives you've considered
N/A
Additional context
Look into the
pattern
field for the HTML date input element. Also look atcelleditor.ts
in the LuminoDatagrid
for the current input element being used.The text was updated successfully, but these errors were encountered: