Skip to content

Editing a date within the input manually doesn't update when saving #2704

Open
@Tofandel

Description

@Tofandel

Steps to reproduce

Add a datepicker field

 DatePicker::make()
  ->name('start_date')->label('Start date')
  ->time24h()
  ->allowInput()
  ->required(),

Edit the input field manually
image
Notice how the date picker picked up the edit
image

Click save
Reload the page
The field is back to it's original value
image

It works properly when editing via the Date picker and not the input

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions