Summary
Support for some documented interactive dialogs element types are missing from the app :
(I believe file is not supported either but since it's a totally different scope with file uploads and such maybe it should have it's own issue opened ?)
Expected behavior
The app should render a correctly formatted field like the web version does and submit a correctly formatted date : ISO format for date and RFC3339 format for datetime. (according to the documentation)
Observed behavior
The app renders a plain text field (for both date and datetime) with no indication on format. Leaving the user guessing the format.
Thank you !
Summary
Support for some documented interactive dialogs element types are missing from the app :
datedatetime(I believe
fileis not supported either but since it's a totally different scope with file uploads and such maybe it should have it's own issue opened ?)Expected behavior
The app should render a correctly formatted field like the web version does and submit a correctly formatted date : ISO format for
dateand RFC3339 format fordatetime. (according to the documentation)Observed behavior
The app renders a plain text field (for both
dateanddatetime) with no indication on format. Leaving the user guessing the format.Thank you !