I have edit form inside data detail component and I have datetime-local. I set value to datetime-local with data from data detail but it won’t work.
I have a test text input component with same Data Binding - data is there.,
I’ve also tried an 3 years old workaround - Date Picker Value Does Not Match Textbox Value - no luck
Should I use some specific format to set datetime-local value?
Source code bellow:
Text input
<input id="edit_event_id1" name="edit_event_id1" type="text" class="form-control" dmx-bind:value="event_details.data.event_timestamp">
Datetime-local
<input class="form-control" id="edit_date_time" name="edit_date_time" aria-describedby="inp_date_time_help" placeholder="Enter Date & time" type="datetime-local" dmx-bind:value="event_details.data.event_timestamp">
P.S.
I’m using same datetime-local component to create this data.
Community Page
Last updated:
Last updated: