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
Hi,
I do think the mode property for the ActionDateTimePicker component is missing?
Under admin/src/components/Action/Action.js the ActionTimePicker is build like
Without the mode attribute the header of the date picker looks like this
With the attribute set I get the corrcet display
Also how do you like feature requests?
I currently the date format is not changeable?
Is it possible that you could add a locale attribute to the settings like the same way you do step?
Or is a pull request better for a request like this?
Anyway thx for the plugin, it makes live way easier!
The text was updated successfully, but these errors were encountered:
That looks to be the case, not sure how that got through :)
In terms of feature requests a PR over an issue is fine. PRs are always welcome.
If you end up doing a PR for both of the mentioned things I would prefer they each be done in their own PRs. I try to keep it to one PR per bug/feature etc.
Hi,
I do think the mode property for the ActionDateTimePicker component is missing?
Under admin/src/components/Action/Action.js the ActionTimePicker is build like
<ActionTimePicker onChange={handleDateChange} executeAt={executeAt} isCreating={isCreating} isEditing={isEditing} />
But i guess it should be
<ActionTimePicker onChange={handleDateChange} executeAt={executeAt} isCreating={isCreating} isEditing={isEditing} mode={mode} />
Without the mode attribute the header of the date picker looks like this

With the attribute set I get the corrcet display

Also how do you like feature requests?
I currently the date format is not changeable?
Is it possible that you could add a locale attribute to the settings like the same way you do step?
Or is a pull request better for a request like this?
Anyway thx for the plugin, it makes live way easier!
The text was updated successfully, but these errors were encountered: